Skip to content

Commit

Permalink
🐛 Remove NPM Publish from Publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Feb 21, 2016
1 parent 935eef3 commit 975a43d
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 @@ -23,7 +23,7 @@
"bump:major": "node .bump.js --major",
"bump:minor": "node .bump.js --minor",
"bump:patch": "node .bump.js --patch",
"publish": "node .gembuild.js && npm publish && git push && git push origin --tags"
"publish": "node .gembuild.js && git push && git push origin --tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 975a43d

Please sign in to comment.