Skip to content

Commit

Permalink
ci:... oops
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Oct 8, 2024
1 parent db4ebe2 commit 8b20a91
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 @@ -14,7 +14,7 @@
"lint": "biome check . --write",
"preinstall": "npx only-allow pnpm",
"publish": "changeset version && pnpm run build && changeset publish",
"publish:snapshot": "changeset version --snapshot beta && pnpm run build && changeset publish --snapshot beta --no-git-tag",
"publish:snapshot": "changeset version --snapshot beta && pnpm run build && changeset publish --tag beta --no-git-tag ",
"start": "turbo run start --filter !demo-cloudo",
"test": "vitest",
"web": "pnpm run web:docs && turbo run web:dev",
Expand Down

0 comments on commit 8b20a91

Please sign in to comment.