Skip to content

Commit

Permalink
add gp --follow-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Starkov committed Apr 16, 2015
1 parent 68fff73 commit 72f3c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"precommit": "npm test",
"transpile": "babel index.js > index.es5.js",
"prepublish": "npm run transpile",
"postpublish": "rm *.es5.js"
"postpublish": "rm *.es5.js && git push --follow-tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 72f3c50

Please sign in to comment.