diff --git a/package.json b/package.json index 294f1d89..3cc66250 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lint": "cross-env ESLINT_USE_FLAT_CONFIG=true eslint \"**/*.{j,mj,cj,t}s\"", "lint:fix": "cross-env ESLINT_USE_FLAT_CONFIG=true eslint \"**/*.{j,mj,cj,t}s\" --fix", "prepare": "husky", - "release": "turbo run release", + "release": "turbo run build pack release --only", "test": "turbo run test test:e2e", "test:dev": "turbo run test:dev", "test:e2e-local": "pnpm dlx cross-env pnpm clean && pnpm i && pnpm run ci && pnpm run clean:yarn-artifacts || pnpm run clean:yarn-artifacts",