Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliangyu committed Nov 8, 2023
1 parent 5af5176 commit 9b4ef06
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 @@ -10,7 +10,7 @@
"test:e2e": "lerna run test:e2e",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"publish": "npm run lint && npm run test && lerna run build && lerna publish"
"publish": "npm run lint && npm run build && npm run test && lerna publish"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 9b4ef06

Please sign in to comment.