Skip to content

Commit 9ec8c38

Browse files
authored
Merge pull request #53 from rschamp/fix-semantic-release
fix(npm): fix update to semantic-release
2 parents f495b9f + 70c6684 commit 9ec8c38

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)