Skip to content

Commit

Permalink
add postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
enniel committed Oct 18, 2018
1 parent 1533e21 commit a8ed2d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"test": "nyc npm run test:sqlite",
"lint": "standard",
"lint:fix": "standard --fix",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"postversion": "git push --set-upstream origin master && git push --follow-tags && npm publish"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit a8ed2d5

Please sign in to comment.