Skip to content

Commit

Permalink
remove double publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Jul 10, 2024
1 parent d4f7705 commit b458504
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 @@ -21,7 +21,7 @@
"test": "pnpm turbo run test --filter='@pothos/*'",
"type": "pnpm turbo run type --filter='@pothos/*'",
"prerelease": "pnpm clean && pnpm install && pnpm run ci",
"release": "pnpm run prerelease && changeset publish && git push && pnpm git-tag && git status && pnpm -r publish",
"release": "pnpm run prerelease && changeset publish && git push && pnpm git-tag && git status",
"git-tag": "TAG=\"release-`date +%s`\" && git tag $TAG && git push origin $TAG",
"snapshot": "pnpm prerelease && changeset version --snapshot preview && pnpm install && changeset publish --tag preview"
},
Expand Down

0 comments on commit b458504

Please sign in to comment.