Skip to content

Commit

Permalink
Correct postversion script for accurate pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsisk committed Jun 5, 2018
1 parent 9048a6d commit 03116a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"test:xml": "find . -name '*.xml' ! -path '*/node_modules/*' ! -path '*/vendor/*' ! -path '*/tests/*' | xargs xmllint --noout",
"test:yml": "find . -name '*.yml' ! -path '*/node_modules/*' ! -path '*/vendor/*' ! -path '*/docs/_site/*' | xargs -L1 js-yaml",
"version": "node scripts.js tagVersion $npm_package_version",
"postversion": "git push --tags"
"postversion": "git push --follow-tags"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.49",
Expand Down

0 comments on commit 03116a6

Please sign in to comment.