Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Make sure to push tags on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Apr 25, 2017
1 parent fbcdaa1 commit c46aaae
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 @@ -6,7 +6,7 @@
"browser": "lib/browser.js",
"typings": "lib/index.d.ts",
"scripts": {
"deploy": "npm run compile && npm test && npm publish --tag next",
"deploy": "npm run compile && npm test && npm publish --tag next && git push --tags",
"test": "npm run compile && jest",
"testonly": "jest",
"test-watch": "jest --watch",
Expand Down

0 comments on commit c46aaae

Please sign in to comment.