Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: remove package-lock.json (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Oct 25, 2021
1 parent 9ecb5de commit 852fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
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

1 comment on commit 852fb2c

@vercel
Copy link

@vercel vercel bot commented on 852fb2c Oct 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.