Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Jul 8, 2018
1 parent ee89490 commit 169a818
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"test": "jest",
"dev": "tsc -w",
"build": "tsc",
"version": "npm run changelog && git add CHANGELOG.md",
"version": "npm run changelog && git add CHANGELOG.md && conventional-github-releaser -p angular",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "conventional-github-releaser -p angular",
"deploy": "tsc && git push --follow-tags origin master && npm publish"
},
"repository": {
Expand Down

0 comments on commit 169a818

Please sign in to comment.