diff --git a/package.json b/package.json index 14fd570..88992a3 100644 --- a/package.json +++ b/package.json @@ -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",