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 fe78bb8 commit b26cd62Copy full SHA for b26cd62
package.json
@@ -15,7 +15,7 @@
15
"test": "echo \"Error: no test specified\" && exit 0",
16
"build": "webpack --config webpack.prod.js",
17
"semantic-release": "./node_modules/.bin/semantic-release",
18
- "release": "npm run build && npm run semantic-release pre && npm publish && npm run semantic-release post"
+ "release": "npm run semantic-release pre && npm publish && npm run semantic-release post"
19
},
20
"repository": {
21
"type": "git",
0 commit comments