Skip to content

Commit

Permalink
Merge pull request #53 from rschamp/fix-semantic-release
Browse files Browse the repository at this point in the history
fix(npm): fix update to semantic-release
  • Loading branch information
rschamp authored Oct 24, 2018
2 parents f495b9f + 70c6684 commit 9ec8c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "npm run lint && npm run tap",
"version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"",
"watch": "webpack --progress --colors --watch",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"dependencies": {
"arraybuffer-loader": "^1.0.3",
Expand Down

0 comments on commit 9ec8c38

Please sign in to comment.