Skip to content

Commit 115b425

Browse files
committed
chore: 更新package scripts
1 parent d59222f commit 115b425

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"packages:list": "lerna ls -l",
2323
"packages:changed": "lerna changed",
2424
"packages:build": "lerna run --stream --sort build",
25-
"publish": "yarn run lib:build && lerna publish",
26-
"autoPublish": "lerna publish --conventional-commits --yes",
27-
"version": "lerna version --conventional-commits --yes"
25+
"publish": "yarn run lib:build && lerna publish"
2826
},
2927
"config": {
3028
"commitizen": {

0 commit comments

Comments
 (0)