We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d056075 commit b5f6bacCopy full SHA for b5f6bac
package.json
@@ -8,7 +8,7 @@
8
"build": "webpack",
9
"build:dev": "webpack --mode development",
10
"build:inject": "cd vue-devtools/packages/shell-host && yarn build",
11
- "release": "cd packages && npm version patch && npm publish"
+ "release": "npm version patch && cd packages && npm version patch && npm publish"
12
},
13
"repository": {
14
"type": "git",
0 commit comments