We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4913d commit 531aa3bCopy full SHA for 531aa3b
package.json
@@ -8,7 +8,8 @@
8
"build": "rm -rf aot dist && ngc",
9
"test": "echo \"Error: no test specified\" && exit 1",
10
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
11
- "postchangelog": "git commit -am \"chore(): update changelog\""
+ "postchangelog": "git commit -am \"chore(): update changelog\"",
12
+ "shipit": "npm run build && npm publish"
13
},
14
"repository": {
15
"type": "git",
0 commit comments