|
20 | 20 | ], |
21 | 21 | "scripts": { |
22 | 22 | "dev": "vite", |
23 | | - "dev:integrations": "pnpm run dev:integrations:next & pnpm run dev:integrations:vike & pnpm run dev:integrations:vite", |
| 23 | + "dev:integrations": "pnpm run /^dev:integrations:.*/", |
24 | 24 | "dev:integrations:next": "pnpm -C integrations/next/ run dev", |
25 | 25 | "dev:integrations:vike": "pnpm -C integrations/vike/ run dev", |
26 | 26 | "dev:integrations:vite": "pnpm -C integrations/vite/ run dev", |
27 | | - "build": "pnpm run build:lib && pnpm run build:docs", |
28 | | - "build:docs": "TARGET=docs vite build", |
29 | | - "build:lib": "TARGET=lib vite build", |
30 | | - "compile": "pnpm run compile:docs && pnpm run compile:examples", |
| 27 | + "build": "pnpm run /^build:.*/", |
| 28 | + "build:docs": "cross-env TARGET=docs vite build", |
| 29 | + "build:lib": "cross-env TARGET=lib vite build", |
| 30 | + "compile": "pnpm run --sequential /^compile:.*/", |
31 | 31 | "compile:docs": "tsx ./scripts/compile-docs", |
32 | 32 | "compile:examples": "tsx ./scripts/compile-examples", |
| 33 | + "compile:search-index": "tsx ./scripts/compile-search-index", |
33 | 34 | "compress:og-image": "tsx ./scripts/compress-og-image", |
34 | 35 | "e2e:install": "pnpm -C integrations/tests exec playwright install --with-deps", |
35 | 36 | "e2e:test": "pnpm -C integrations/tests run test", |
|
87 | 88 | "react-docgen-typescript": "^2.4.0", |
88 | 89 | "react-dom": "^19.2.3", |
89 | 90 | "react-error-boundary": "^6.0.0", |
90 | | - "react-lib-tools": "^0.0.34", |
| 91 | + "react-lib-tools": "^0.0.44", |
91 | 92 | "react-router-dom": "^7.6.3", |
92 | 93 | "rollup-plugin-terser": "^7.0.2", |
93 | 94 | "rollup-plugin-visualizer": "^6.0.3", |
|
0 commit comments