chore(package): change changelog script name
This commit is contained in:
parent
82b632d772
commit
4c8ec5d1fc
@ -18,8 +18,7 @@
|
|||||||
"lint": "gulp lint",
|
"lint": "gulp lint",
|
||||||
"readmes": "gulp readmes",
|
"readmes": "gulp readmes",
|
||||||
"docs-json": "ts-node -P scripts/tsconfig.json scripts/docs-json",
|
"docs-json": "ts-node -P scripts/tsconfig.json scripts/docs-json",
|
||||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
|
||||||
"postchangelog": "git commit -am \"chore(): update changelog\"",
|
|
||||||
"shipit": "npm run build && npm run readmes && npm run npmpub"
|
"shipit": "npm run build && npm run readmes && npm run npmpub"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user