Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 7bfb013

Browse files
committed
chore: add npm version script
1 parent d917b65 commit 7bfb013

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
@@ -54,7 +54,8 @@
5454
},
5555
"scripts": {
5656
"postinstall": "node postinstall.js",
57-
"prepare": "tsc"
57+
"prepare": "tsc",
58+
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
5859
},
5960
"bin": {
6061
"install-ns-webpack": "./bin/install-ns-webpack",

0 commit comments

Comments
 (0)