Skip to content

Commit

Permalink
fix(package.json): remove auto npm publish
Browse files Browse the repository at this point in the history
remove npm publish from yarn release to prevent releasing errors due to Yarn
  • Loading branch information
saisilinus committed Nov 26, 2022
1 parent b0ab7ad commit 1c23583
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 @@ -35,7 +35,7 @@
"docker:dev": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up",
"docker:test": "docker-compose -f docker-compose.yml -f docker-compose.test.yml up",
"prepare": "husky install",
"release": "standard-version && git push --follow-tags origin master && npm publish",
"release": "standard-version && git push --follow-tags origin master",
"commit": "git add -A && cz"
},
"keywords": [
Expand Down

0 comments on commit 1c23583

Please sign in to comment.