Skip to content

Commit

Permalink
Publish Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Feb 21, 2016
1 parent 915fdf1 commit 5bee943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"bump:major": "node .bump.js --major",
"bump:minor": "node .bump.js --minor",
"bump:patch": "node .bump.js --patch"
"bump:patch": "node .bump.js --patch",
"publish": "node .gembuild.js && npm publish && git push && git push origin --tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5bee943

Please sign in to comment.