Skip to content

Commit

Permalink
chore(scripts): 去掉无用的命令 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue authored Sep 5, 2023
1 parent 4f0526b commit cf9339b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@
"snapshot": "jest --updateSnapshot",
"lint": "eslint ./",
"lint-fix": "eslint --fix ./",
"publish": "npm run build && npm run test && lerna publish",
"release": "lerna publish --yes --summary-file",
"ci": "npm run lint && npm run build && npm run test",
"refresh": "lerna clean && yarn && lerna bootstrap",
"prettier": "prettier --write './packages/**/*.{ts,tsx}'"
},
"pre-commit": {
Expand Down

0 comments on commit cf9339b

Please sign in to comment.