|
15 | 15 | "test:pr": "nx affected --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build", |
16 | 16 | "test:ci": "nx run-many --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build", |
17 | 17 | "test:eslint": "nx affected --target=test:eslint --exclude=examples/**,e2e/**", |
18 | | - "test:format": "pnpm run prettier --check", |
19 | 18 | "test:unit": "nx affected --target=test:unit --exclude=examples/**,e2e/**", |
20 | 19 | "test:unit:dev": "pnpm run test:unit && nx watch --all -- pnpm run test:unit", |
21 | 20 | "test:build": "nx affected --target=test:build --exclude=examples/**", |
|
25 | 24 | "build:all": "nx run-many --target=build --exclude=examples/** --exclude=e2e/**", |
26 | 25 | "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", |
27 | 26 | "dev": "pnpm run watch", |
28 | | - "prettier": "prettier --experimental-cli --ignore-unknown '**/*'", |
29 | | - "prettier:write": "pnpm run prettier --write", |
| 27 | + "format": "prettier --experimental-cli --ignore-unknown '**/*' --write", |
30 | 28 | "cipublish": "node scripts/publish.js", |
31 | 29 | "gpt-generate": "node gpt/generate.js", |
32 | 30 | "set-ts-version": "node scripts/set-ts-version.js", |
33 | | - "labeler-generate": "node scripts/generate-labeler-config.mjs", |
| 31 | + "labeler-generate": "node scripts/generate-labeler-config.ts", |
34 | 32 | "cleanup-empty-packages": "node scripts/cleanup-empty-packages.mjs", |
35 | 33 | "test:docs": "node scripts/verify-links.ts" |
36 | 34 | }, |
|
0 commit comments