Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 1c8b49d

Browse files
committed
chore(package): changelog scripts
1 parent cea4dd8 commit 1c8b49d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"scripts": {
1919
"build": "npm run clean && tsc",
2020
"build-and-test": "npm run build && npm run test",
21+
"conventional-changelog": "./node_modules/.bin/conventional-changelog",
22+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
2123
"clean": "rimraf ./dist",
2224
"lint": "tslint -c ./tslint.json --project ./tsconfig.json",
2325
"test": "jasmine JASMINE_CONFIG_PATH=src/spec/jasmine.config.json || true",
@@ -29,6 +31,7 @@
2931
"chalk": "1.1.3",
3032
"chokidar": "1.6.0",
3133
"clean-css": "3.4.19",
34+
"conventional-changelog-cli": "^1.2.0",
3235
"cross-spawn": "4.0.0",
3336
"express": "^4.14.0",
3437
"fs-extra": "0.30.0",

0 commit comments

Comments
 (0)