Skip to content

Commit

Permalink
chore: 版本更新前确保 package-lock 为最新
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqxxu committed Aug 10, 2022
1 parent cea2651 commit ee76c5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"prepare-husky": "husky install",
"check-npm-version": "node ./scripts/check-npm-version.js",
"prepare": "npm run prepare-husky",
"preinstall": "npm run check-npm-version"
"preinstall": "npm run check-npm-version",
"preversion": "lerna clean -y && lerna bootstrap"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
Expand Down

0 comments on commit ee76c5c

Please sign in to comment.