Skip to content

Commit

Permalink
chore: also push tags, damnit
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jan 8, 2016
1 parent 557210a commit 7fc0aa3
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 @@ -22,7 +22,7 @@
"test": "node_modules/mocha/bin/_mocha -t 25000 --ui bdd test/**/*.test.js",
":install": "build/install.js",
"postinstall": "grunt build",
"postversion": "git push origin master",
"postversion": "git push origin master && git push --tags origin master",
"preupdate": "node build/pre-update.js",
"postupdate": "node build/post-update.js commit"
},
Expand Down

0 comments on commit 7fc0aa3

Please sign in to comment.