Skip to content

Commit b26cd62

Browse files
committed
feat(package.json): tweak release process
1 parent fe78bb8 commit b26cd62

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
@@ -15,7 +15,7 @@
1515
"test": "echo \"Error: no test specified\" && exit 0",
1616
"build": "webpack --config webpack.prod.js",
1717
"semantic-release": "./node_modules/.bin/semantic-release",
18-
"release": "npm run build && npm run semantic-release pre && npm publish && npm run semantic-release post"
18+
"release": "npm run semantic-release pre && npm publish && npm run semantic-release post"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)