Skip to content

Commit ca85b9b

Browse files
committed
Update package.json scripts
1 parent 2535713 commit ca85b9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
},
3939
"scripts": {
4040
"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\"",
4441
"preuninstall": "node preuninstall.js",
4542
"postinstall": "node postinstall.js",
4643
"tslint": "tslint **/*.ts --config ../tslint.json"

0 commit comments

Comments
 (0)