chore(build): add changelog

This commit is contained in:
Adam Bradley
2018-03-03 00:06:19 -06:00
parent 8d704947b9
commit 4e0ffbb82c
2 changed files with 1170 additions and 0 deletions

View File

File diff suppressed because it is too large Load Diff

View File

@@ -20,6 +20,7 @@
},
"scripts": {
"build": "npm run clean && npm run compile && npm run clean-generated",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "node scripts/clean.js",
"clean-generated": "node ./scripts/clean-generated.js",
"compile": "./node_modules/.bin/ngc",
@@ -46,6 +47,7 @@
"@angular/router": "latest",
"@ionic/core": "next",
"chalk": "^2.3.2",
"conventional-changelog-cli": "^1.3.16",
"execa": "^0.9.0",
"fs-extra": "^5.0.0",
"glob": "7.1.2",