Skip to content

Commit

Permalink
chore: tweaks version/postversion
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Apr 26, 2016
1 parent 8471534 commit ae8b254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -23,8 +23,7 @@
"cover:test": "nyc --reporter=lcov --reporter=text npm test",
"cover:report": "npm-if TRAVIS \"codeclimate-test-reporter < coverage/lcov.info\"",
"lint": "eslint src test",
"version": "node changelog.js > CHANGELOG.md && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"postversion": "node changelog.js > CHANGELOG.md && git add CHANGELOG.md && echo ':wq' | git commit --amend && git push --follow-tags",
"build": "abby compile --log --env"
},
"nyc": {
Expand Down

0 comments on commit ae8b254

Please sign in to comment.