Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr authored Dec 11, 2024
1 parent 939fd54 commit 741f9eb
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 @@ -3,7 +3,7 @@
"workspaces": ["examples/*", "packages/*"],
"scripts": {
"build": "turbo build --filter='!wagemos-cosmoskit-nextjs'",
"changeset:release": "turbo build && changeset publish",
"changeset:release": "pnpm build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"cjs:release": "node -r esbuild-register ./scripts/cjs.ts",
"test": "vitest",
Expand Down

0 comments on commit 741f9eb

Please sign in to comment.