From 741f9ebd4630a03c300b49b64dc05b61ea271fa2 Mon Sep 17 00:00:00 2001 From: Interchain Adair <32375605+adairrr@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:50:20 -0800 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d65b6a31..3c7d18ae 100644 --- a/package.json +++ b/package.json @@ -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",