Skip to content

Commit

Permalink
Added postversion hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Nov 18, 2015
1 parent 08aa833 commit 700b620
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 @@ -12,6 +12,7 @@
],
"scripts": {
"preversion": "npm run build",
"postversion": "git push && git push --tags",
"clean": "rimraf lib bin coverage",
"lint": "eslint src test",
"build": "babel-node src/bin/npm-run-all.js clean lint build:*",
Expand Down

0 comments on commit 700b620

Please sign in to comment.