Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrjing committed Dec 30, 2021
1 parent bc7c771 commit eaf3bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zipFunction() {
DEST_FILE="$__ABS_PATH__/build/$1.zip"

rm -rf $DEST_FILE
zip -r $DEST_FILE . -x 'node_modules/*' -x '.DS_Store' -x 'src/*' -x yarn.lock -x .env.local
zip -r $DEST_FILE . -x 'node_modules/*' -x '.DS_Store' -x 'src/*' -x yarn.lock -x .env.local -x .env.wx.local
cd -
}

Expand Down

0 comments on commit eaf3bbf

Please sign in to comment.