Skip to content

Commit

Permalink
chore: 🔧 update publish script (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector authored Oct 9, 2022
1 parent 2e066ab commit 28341ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"package:inherit": "yarn package-inherit update",
"prepare": "is-ci || husky install configs/husky-config",
"precommit": "yarn lint-staged && lerna run --concurrency 1 --stream precommit",
"version": "lerna version --no-private",
"publish:latest": "lerna publish from-package --no-private --ignore-scripts"
"publish:latest": "yarn build:dev && lerna publish from-package --no-private --ignore-scripts"
},
"lint-staged": {
"**/*.{js,jsx,tsx,ts,less,md,json}": [
Expand Down

0 comments on commit 28341ac

Please sign in to comment.