Skip to content

Commit b5f6bac

Browse files
committed
fix: 修复主工程没有patch version的问题
1 parent d056075 commit b5f6bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "webpack",
99
"build:dev": "webpack --mode development",
1010
"build:inject": "cd vue-devtools/packages/shell-host && yarn build",
11-
"release": "cd packages && npm version patch && npm publish"
11+
"release": "npm version patch && cd packages && npm version patch && npm publish"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)