Skip to content

Commit

Permalink
add shipit command
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Sep 7, 2017
1 parent 4d4913d commit 531aa3b
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 @@ -8,7 +8,8 @@
"build": "rm -rf aot dist && ngc",
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postchangelog": "git commit -am \"chore(): update changelog\""
"postchangelog": "git commit -am \"chore(): update changelog\"",
"shipit": "npm run build && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 531aa3b

Please sign in to comment.