|
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/TanStack/config.git" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@10.18.2", |
| 8 | + "packageManager": "pnpm@10.24.0", |
9 | 9 | "type": "module", |
10 | 10 | "scripts": { |
11 | | - "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm", |
| 11 | + "clean": "pnpm --filter \"./packages/**\" run clean", |
12 | 12 | "test": "pnpm run test:ci", |
13 | | - "test:pr": "nx affected --targets=test:eslint,test:types,test:build,test:sherif,build", |
14 | | - "test:ci": "nx run-many --targets=test:eslint,test:types,test:build,test:sherif,build", |
| 13 | + "test:pr": "nx affected --targets=test:sherif,test:docs,test:eslint,test:types,test:build,build", |
| 14 | + "test:ci": "nx run-many --targets=test:sherif,test:docs,test:eslint,test:types,test:build,build", |
15 | 15 | "test:build": "nx affected --target=test:build", |
16 | 16 | "test:types": "nx affected --target=test:types", |
17 | 17 | "test:eslint": "nx affected --target=test:eslint", |
18 | 18 | "test:format": "pnpm run prettier --check", |
19 | 19 | "test:sherif": "sherif", |
| 20 | + "test:docs": "node scripts/verify-links.ts", |
20 | 21 | "build": "nx affected --target=build", |
21 | 22 | "build:all": "nx run-many --target=build", |
22 | 23 | "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", |
23 | 24 | "dev": "pnpm run watch", |
24 | 25 | "prettier": "prettier --experimental-cli --ignore-unknown '**/*'", |
25 | 26 | "prettier:write": "pnpm run prettier --write", |
26 | | - "verify-links": "node scripts/verify-links.ts", |
27 | 27 | "changeset": "changeset", |
28 | 28 | "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm prettier:write", |
29 | 29 | "changeset:publish": "changeset publish" |
30 | 30 | }, |
31 | 31 | "nx": { |
32 | 32 | "includedScripts": [ |
| 33 | + "test:docs", |
33 | 34 | "test:sherif" |
34 | 35 | ] |
35 | 36 | }, |
|
41 | 42 | "jsdom": "catalog:", |
42 | 43 | "markdown-link-extractor": "catalog:", |
43 | 44 | "nx": "catalog:", |
| 45 | + "premove": "catalog:", |
44 | 46 | "prettier": "catalog:", |
45 | 47 | "publint": "catalog:", |
46 | 48 | "sherif": "catalog:", |
|
0 commit comments