|
8 | 8 | "packageManager": "pnpm@10.33.0", |
9 | 9 | "type": "module", |
10 | 10 | "scripts": { |
11 | | - "build": "nx run-many --targets=build --exclude='examples/**' && size-limit", |
| 11 | + "build": "nx affected --targets=build --exclude='examples/**' && size-limit", |
12 | 12 | "build:all": "nx run-many --targets=build --exclude='examples/**' && size-limit", |
13 | 13 | "build:core": "nx build @tanstack/table-core && size-limit", |
14 | 14 | "cipublish": "node scripts/publish.js", |
|
23 | 23 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
24 | 24 | "size": "size-limit", |
25 | 25 | "test": "pnpm run test:ci", |
26 | | - "test:build": "nx affected --target=test:build --exclude='examples/{svelte,vanilla,vue}/**'", |
27 | | - "test:ci": "nx run-many --targets=test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build --exclude='examples/{svelte,vanilla,vue}/**'", |
| 26 | + "test:build": "nx affected --target=test:build", |
| 27 | + "test:ci": "nx run-many --targets=test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build", |
28 | 28 | "test:docs": "node scripts/verify-links.ts", |
29 | | - "test:eslint": "nx affected --target=test:eslint --exclude='examples/{svelte,vanilla,vue}/**'", |
| 29 | + "test:eslint": "nx affected --target=test:eslint", |
30 | 30 | "test:knip": "NODE_OPTIONS='--max-old-space-size=4096' knip", |
31 | | - "test:lib": "nx affected --targets=test:lib --exclude='examples/{svelte,vanilla,vue}/**'", |
| 31 | + "test:lib": "nx affected --targets=test:lib", |
32 | 32 | "test:lib:dev": "pnpm test:lib && nx watch --all -- pnpm test:lib", |
33 | | - "test:pr": "nx affected --targets=test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build --exclude='examples/{svelte,vanilla,vue}/**'", |
| 33 | + "test:pr": "nx affected --targets=test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build", |
34 | 34 | "test:sherif": "sherif", |
35 | | - "test:types": "nx affected --targets=test:types --exclude='examples/{svelte,vanilla,vue}/**'", |
| 35 | + "test:types": "nx affected --targets=test:types", |
36 | 36 | "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all" |
37 | 37 | }, |
38 | 38 | "nx": { |
|
0 commit comments