We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2535713 commit ca85b9bCopy full SHA for ca85b9b
src/package.json
@@ -38,9 +38,6 @@
38
},
39
"scripts": {
40
"compile": "tsc -p hooks && tsc && ngc -p tsconfig.aot.json",
41
- "preversion": "npm run compile",
42
- "postversion": "git push origin && git push origin --tags && npm run changelog && git push origin",
43
- "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Update CHANGELOG.md\"",
44
"preuninstall": "node preuninstall.js",
45
"postinstall": "node postinstall.js",
46
"tslint": "tslint **/*.ts --config ../tslint.json"
0 commit comments