Skip to content

Commit

Permalink
chore(postpublish): add git push --follow-tags to postpublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Starkov committed Apr 9, 2015
1 parent d40828f commit 3ff620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 3ff620f

Please sign in to comment.