Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
negomi committed Dec 12, 2020
1 parent 4cea0ea commit b201b8c
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 @@ -12,7 +12,7 @@
"url": "https://github.com/negomi/html-attribute-to-react/issues"
},
"scripts": {
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version\""
"postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version\""
},
"readmeFilename": "README.md",
"keywords": [
Expand Down

0 comments on commit b201b8c

Please sign in to comment.