Skip to content

Commit

Permalink
add postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Feb 12, 2020
1 parent 4ee30fa commit c215829
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 @@ -11,6 +11,7 @@
"fix": "npm run lint -- --fix",
"build": "babel src -d lib",
"toc": "markdown-toc -i README.md",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm test && npm run build && pkg-ok"
},
"dependencies": {
Expand Down

0 comments on commit c215829

Please sign in to comment.