Skip to content

Commit

Permalink
Add post version script for pushing commits and tags to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
rammrain committed Jan 16, 2016
1 parent 36a1541 commit a557ff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -24,7 +24,8 @@
],
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"postversion": "git push && git push --tags"
},
"keywords": [
"math",
Expand Down

0 comments on commit a557ff1

Please sign in to comment.