diff --git a/package.json b/package.json index 067debbebf62..111df89c8f7f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "turbo test --concurrency 16 --filter=!@example/*", "test:ci": "turbo test --concurrency 16 --filter=!@example/* --filter=!ai --filter=!@ai-sdk/codemod --only", "test:update": "turbo test:update --concurrency 16 --filter=!@example/*", - "ci:release": "turbo clean && turbo build && changeset publish", + "ci:release": "turbo clean && npm run build:packages && changeset publish", "ci:version": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile", "clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile", "check": "ultracite check",