Skip to content

Commit

Permalink
fix: remove package-lock.json (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 26, 2021
1 parent 4a8d783 commit 58d0246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"postrelease": "lerna run deploy-demo",
"list-changed-packages": "lerna changed",
"manual-release": "lerna publish --force-publish && npm run postrelease",
"clean-npm-lock": "rm -rf package-lock.json ./{packages,plugins}/*/package-lock.json",
"clean-npm-lock": "rm -rf ./{packages,plugins}/*/package-lock.json",
"ci:create-patch-version": "npm run clean-npm-lock && lerna version patch --yes",
"ci:create-minor-version": "npm run clean-npm-lock && lerna version minor --yes",
"ci:create-conventional-version": "npm run clean-npm-lock && lerna version --conventional-commits --create-release github --yes",
Expand Down

0 comments on commit 58d0246

Please sign in to comment.