Skip to content

Commit

Permalink
fix(git flow): rm npm publish since we deploy via travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hitmands - Giuseppe Mandato committed Jan 24, 2018
1 parent ff81534 commit 3ec2522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"build": "NODE_ENV=production npm run webpack",
"webpack": "webpack --config webpack.config.js",
"cz": "git-cz",
"release": "standard-version && git push --follow-tags origin master && npm publish"
"release": "standard-version && git push --follow-tags origin master"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3ec2522

Please sign in to comment.