Skip to content

Commit 531aa3b

Browse files
committed
add shipit command
1 parent 4d4913d commit 531aa3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "rm -rf aot dist && ngc",
99
"test": "echo \"Error: no test specified\" && exit 1",
1010
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
11-
"postchangelog": "git commit -am \"chore(): update changelog\""
11+
"postchangelog": "git commit -am \"chore(): update changelog\"",
12+
"shipit": "npm run build && npm publish"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)