Skip to content

Commit

Permalink
chore(tools): fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 25, 2023
1 parent 95e1498 commit bf2911e
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 @@ -34,7 +34,7 @@
"version:bump-minor": ".scripts/bump-version.sh minor && .scripts/tag-version.sh",
"version:bump-patch": "pnpm ws:version",
"version:publish": "pnpm run version:publish-gh-refs && pnpm run version:publish-npm",
"version:publish-gh-refs": "git push && git push -n --tags",
"version:publish-gh-refs": "git push origin main --tags",
"version:publish-gh-releases": ".scripts/tag-release-gh.sh",
"version:publish-npm": "pnpm -r --filter='@storylite/*' exec pnpm publish"
},
Expand Down

0 comments on commit bf2911e

Please sign in to comment.