Skip to content

Commit

Permalink
Run changeset publish with --no-git-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tzyl committed Jan 30, 2024
1 parent ff89788 commit 59a3d08
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 @@ -5,7 +5,7 @@
"build": "turbo run build",
"check": "turbo check",
"check-mrl": "mrl check --verbose",
"ci:publish": "pnpm run prePublish && pnpm exec changeset publish",
"ci:publish": "pnpm run prePublish && pnpm exec changeset publish --no-git-tag",
"ci:publishSnapshot": "pnpm run prePublish && pnpm exec changeset version --snapshot && pnpm exec changeset publish --no-git-tag --snapshot --tag=next",
"dev": "turbo run dev --concurrency 20",
"dev:typecheck": "tsc --build --watch --preserveWatchOutput packages/* examples/basic/*",
Expand Down

0 comments on commit 59a3d08

Please sign in to comment.