Skip to content

Commit

Permalink
chore(build): do not remove pkg-lock when publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Nov 21, 2019
1 parent e55bbfe commit 14caf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# git pull
git pull origin master
# npm install
rm package-lock.json
# rm package-lock.json
npm install --registry=https://registry.npmjs.org
# build
npm run build
Expand Down

0 comments on commit 14caf8c

Please sign in to comment.