diff --git a/packages/devframe/package.json b/packages/devframe/package.json index f785375b..c149820d 100644 --- a/packages/devframe/package.json +++ b/packages/devframe/package.json @@ -74,7 +74,7 @@ "build": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", - "prepack": "pnpm build && mkdir -p ./skills && cp -r ../../skills/devframe ./skills/devframe" + "prepack": "turbo run build --filter=devframe && mkdir -p ./skills && cp -r ../../skills/devframe ./skills/devframe" }, "peerDependencies": { "@modelcontextprotocol/client": "^2.0.0", diff --git a/packages/hub-ui/package.json b/packages/hub-ui/package.json index e043854f..bc0938ce 100644 --- a/packages/hub-ui/package.json +++ b/packages/hub-ui/package.json @@ -36,7 +36,7 @@ "build:standalone": "vite build --config src/client/standalone/vite.config.ts", "dev": "pnpm -C ../.. exec turbo run build --filter=@devframes/hub... --filter=@devframes/plugin-git... && vite --config playground/vite.config.ts", "typecheck": "tsc --noEmit", - "prepack": "pnpm build", + "prepack": "turbo run build --filter=@devframes/hub-ui", "storybook": "storybook dev -p 6014", "build-storybook": "storybook build" }, diff --git a/packages/hub/package.json b/packages/hub/package.json index 007a17d1..35d94006 100644 --- a/packages/hub/package.json +++ b/packages/hub/package.json @@ -37,7 +37,7 @@ "build": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", - "prepack": "pnpm run build" + "prepack": "turbo run build --filter=@devframes/hub" }, "peerDependencies": { "devframe": "workspace:*" diff --git a/packages/json-render-ui/package.json b/packages/json-render-ui/package.json index ad617063..1bd5799a 100644 --- a/packages/json-render-ui/package.json +++ b/packages/json-render-ui/package.json @@ -38,7 +38,7 @@ "storybook": "storybook dev -p 6014", "build-storybook": "storybook build", "test": "vitest run", - "prepack": "pnpm run build" + "prepack": "turbo run build --filter=@devframes/json-render-ui" }, "peerDependencies": { "@devframes/hub": "workspace:*", diff --git a/packages/json-render/package.json b/packages/json-render/package.json index 12c34a95..5dde7621 100644 --- a/packages/json-render/package.json +++ b/packages/json-render/package.json @@ -33,7 +33,7 @@ "build": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", - "prepack": "pnpm run build" + "prepack": "turbo run build --filter=@devframes/json-render" }, "peerDependencies": { "@devframes/hub": "workspace:*", diff --git a/packages/next/package.json b/packages/next/package.json index ad72dbe6..4c3eb718 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -50,7 +50,7 @@ "build": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", - "prepack": "pnpm run build" + "prepack": "turbo run build --filter=@devframes/next" }, "peerDependencies": { "@devframes/hub": "workspace:*", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 32053686..3adbe211 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -45,7 +45,7 @@ "build": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", - "prepack": "pnpm run build" + "prepack": "turbo run build --filter=@devframes/nuxt" }, "peerDependencies": { "@devframes/hub": "workspace:*", diff --git a/packages/vite/package.json b/packages/vite/package.json index 998254f3..823e941f 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -33,7 +33,7 @@ "build": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", - "prepack": "pnpm run build", + "prepack": "turbo run build --filter=@devframes/vite", "test": "vitest run" }, "peerDependencies": { diff --git a/plugins/a11y/package.json b/plugins/a11y/package.json index 3834ba6d..b95d3761 100644 --- a/plugins/a11y/package.json +++ b/plugins/a11y/package.json @@ -48,7 +48,7 @@ "demo": "node demo/server.mjs", "demo:build": "node demo/server.mjs build", "typecheck": "tsc --noEmit", - "prepack": "pnpm run build", + "prepack": "turbo run build --filter=@devframes/plugin-a11y", "test": "vitest run" }, "peerDependencies": { diff --git a/plugins/assets/package.json b/plugins/assets/package.json index c587c820..34b80785 100644 --- a/plugins/assets/package.json +++ b/plugins/assets/package.json @@ -42,7 +42,7 @@ "watch": "tsdown --watch", "storybook": "storybook dev -p 6013 --host 0.0.0.0", "storybook:build": "storybook build", - "prepack": "pnpm build", + "prepack": "turbo run build --filter=@devframes/plugin-assets", "test": "vitest run", "typecheck": "tsc --noEmit" }, diff --git a/plugins/code-server/package.json b/plugins/code-server/package.json index 79cad49b..12e218f2 100644 --- a/plugins/code-server/package.json +++ b/plugins/code-server/package.json @@ -47,7 +47,7 @@ "storybook": "storybook dev -p 6013", "build-storybook": "storybook build", "test": "vitest run", - "prepack": "pnpm run build" + "prepack": "turbo run build --filter=@devframes/plugin-code-server" }, "peerDependencies": { "devframe": "workspace:*", diff --git a/plugins/data-inspector/package.json b/plugins/data-inspector/package.json index fcde84d3..8f420902 100644 --- a/plugins/data-inspector/package.json +++ b/plugins/data-inspector/package.json @@ -44,7 +44,7 @@ "watch": "tsdown --watch", "storybook": "storybook dev -p 6016", "build-storybook": "storybook build", - "prepack": "pnpm build", + "prepack": "turbo run build --filter=@devframes/plugin-data-inspector", "test": "vitest run", "typecheck": "tsc --noEmit" }, diff --git a/plugins/git/package.json b/plugins/git/package.json index 7f9acfcf..9734af3a 100644 --- a/plugins/git/package.json +++ b/plugins/git/package.json @@ -43,7 +43,7 @@ "storybook:build": "storybook build -o storybook-static", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", - "prepack": "pnpm run build", + "prepack": "turbo run build --filter=@devframes/plugin-git", "test": "vitest run" }, "dependencies": { diff --git a/plugins/inspect/assets-pkg/package.json b/plugins/inspect/assets-pkg/package.json index 414cd790..0e568757 100644 --- a/plugins/inspect/assets-pkg/package.json +++ b/plugins/inspect/assets-pkg/package.json @@ -25,6 +25,6 @@ "dist" ], "scripts": { - "prepack": "pnpm --filter @devframes/plugin-inspect run build" + "prepack": "turbo run build --filter=@devframes/plugin-inspect" } } diff --git a/plugins/inspect/package.json b/plugins/inspect/package.json index ed439a19..1ad10284 100644 --- a/plugins/inspect/package.json +++ b/plugins/inspect/package.json @@ -40,7 +40,7 @@ "dev": "vite --config src/spa/vite.config.ts", "watch": "tsdown --watch", "cli:build": "node bin.mjs build --out-dir dist/static", - "prepack": "pnpm build", + "prepack": "turbo run build --filter=@devframes/plugin-inspect", "storybook": "storybook dev -p 6012", "build-storybook": "storybook build", "test": "vitest run" diff --git a/plugins/messages/package.json b/plugins/messages/package.json index c1e3d806..b9bcd617 100644 --- a/plugins/messages/package.json +++ b/plugins/messages/package.json @@ -42,7 +42,7 @@ "dev": "vite --config src/spa/vite.config.ts", "watch": "tsdown --watch", "cli:build": "node bin.mjs build --out-dir dist/static", - "prepack": "pnpm build", + "prepack": "turbo run build --filter=@devframes/plugin-messages", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "test": "vitest run", diff --git a/plugins/og/package.json b/plugins/og/package.json index aa04bed3..df1aebe4 100644 --- a/plugins/og/package.json +++ b/plugins/og/package.json @@ -43,7 +43,7 @@ "storybook": "storybook dev -p 6017", "build-storybook": "storybook build", "cli:build": "node bin.mjs build --out-dir dist/static", - "prepack": "pnpm build", + "prepack": "turbo run build --filter=@devframes/plugin-og", "test": "vitest run", "typecheck": "tsc --noEmit" }, diff --git a/plugins/terminals/package.json b/plugins/terminals/package.json index 2b5c21b2..bd41c843 100644 --- a/plugins/terminals/package.json +++ b/plugins/terminals/package.json @@ -47,7 +47,7 @@ "build-storybook": "storybook build", "test": "vitest run", "typecheck": "tsc --noEmit", - "prepack": "pnpm run build" + "prepack": "turbo run build --filter=@devframes/plugin-terminals" }, "peerDependencies": { "devframe": "workspace:*",