Skip to content

Commit 741f9eb

Browse files
authored
Update package.json
1 parent 939fd54 commit 741f9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"workspaces": ["examples/*", "packages/*"],
44
"scripts": {
55
"build": "turbo build --filter='!wagemos-cosmoskit-nextjs'",
6-
"changeset:release": "turbo build && changeset publish",
6+
"changeset:release": "pnpm build && changeset publish",
77
"changeset:version": "changeset version && pnpm install --lockfile-only",
88
"cjs:release": "node -r esbuild-register ./scripts/cjs.ts",
99
"test": "vitest",

0 commit comments

Comments
 (0)