Skip to content

Commit 70c6684

Browse files
author
Ray Schamp
committed
fix(npm): fix update to semantic-release
1 parent f495b9f commit 70c6684

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
@@ -21,7 +21,7 @@
2121
"test": "npm run lint && npm run tap",
2222
"version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"",
2323
"watch": "webpack --progress --colors --watch",
24-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
24+
"semantic-release": "semantic-release"
2525
},
2626
"dependencies": {
2727
"arraybuffer-loader": "^1.0.3",

0 commit comments

Comments
 (0)