Skip to content

Commit c215829

Browse files
committedFeb 12, 2020
add postversion script
1 parent 4ee30fa commit c215829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"fix": "npm run lint -- --fix",
1212
"build": "babel src -d lib",
1313
"toc": "markdown-toc -i README.md",
14+
"postversion": "git push && git push --tags",
1415
"prepublishOnly": "npm test && npm run build && pkg-ok"
1516
},
1617
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.