Skip to content

Commit

Permalink
Update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lfabreges committed Nov 25, 2018
1 parent 2535713 commit ca85b9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
},
"scripts": {
"compile": "tsc -p hooks && tsc && ngc -p tsconfig.aot.json",
"preversion": "npm run compile",
"postversion": "git push origin && git push origin --tags && npm run changelog && git push origin",
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Update CHANGELOG.md\"",
"preuninstall": "node preuninstall.js",
"postinstall": "node postinstall.js",
"tslint": "tslint **/*.ts --config ../tslint.json"
Expand Down

0 comments on commit ca85b9b

Please sign in to comment.