Skip to content

Commit

Permalink
Update post version command to include tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jshjohnson committed Oct 23, 2019
1 parent 1f939f7 commit 451bd99
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 @@ -26,7 +26,7 @@
"css:min": "csso public/assets/styles/base.css --output public/assets/styles/base.min.css && csso public/assets/styles/choices.css --output public/assets/styles/choices.min.css",
"deploy": "git subtree push --prefix public origin gh-pages",
"prepush": "run-s lint test:unit bundlesize",
"postversion": "git push --no-verify --atomic",
"postversion": "git push --no-verify --atomic --follow-tags",
"prepublishOnly": "npm run build"
},
"repository": {
Expand Down

0 comments on commit 451bd99

Please sign in to comment.