Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/devframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/hub-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/json-render-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/code-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion plugins/data-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/inspect/assets-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"dist"
],
"scripts": {
"prepack": "pnpm --filter @devframes/plugin-inspect run build"
"prepack": "turbo run build --filter=@devframes/plugin-inspect"
}
}
2 changes: 1 addition & 1 deletion plugins/inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/terminals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
Loading