Skip to content

Commit

Permalink
Add a postversion script to push git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara committed Jan 3, 2018
1 parent 45cde71 commit 3c13e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"install-locked": "npm install",
"jshint": "jshint ./*.js --config",
"lint": "fixpack && npm run jshint",
"postversion": "git push --follow-tags",
"preversion": "npm test && npm run build",
"test": "npm run detect-cycle && npm run lint && npm run testee",
"testee": "testee test.html --browsers firefox"
Expand Down

0 comments on commit 3c13e1f

Please sign in to comment.