Skip to content

Commit

Permalink
update postversion npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 15, 2016
1 parent 4cc772a commit 870d9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"deploy-website": "./bin/deploy-website.sh",
"update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s",
"docs": "jsdoc -c ./.jsdoc",
"postversion": "npm run update-changelog",
"postversion": "npm run update-changelog && git add CHANGELOG.md && git commit --amend --no-edit",
"prepublish": "npm run build"
},
"keywords": [
Expand Down

0 comments on commit 870d9c8

Please sign in to comment.