|
19 | 19 | ] |
20 | 20 | }, |
21 | 21 | "scripts": { |
22 | | - "check": "pnpm run /^check:.*/ && git diff --exit-code", |
| 22 | + "check": "pnpm run check:templates && pnpm run check:lockfiles && pnpm run check:turbo && pnpm run check:prettier && git diff --exit-code", |
23 | 23 | "check:lockfiles": "templates lint-npm-lockfiles", |
24 | 24 | "check:prettier": "prettier . --check", |
25 | | - "check:syncpack": "syncpack lint", |
26 | 25 | "check:templates": "templates lint .", |
27 | 26 | "check:turbo": "turbo run check cf-typegen", |
28 | 27 | "deploy": "turbo run deploy", |
29 | | - "fix": "pnpm run /^fix:.*/", |
| 28 | + "check:deps": "syncpack lint", |
| 29 | + "fix:deps": "syncpack format && syncpack fix-mismatches", |
| 30 | + "fix": "pnpm run fix:templates && pnpm run fix:lockfiles && pnpm run fix:turbo && pnpm run fix:prettier", |
30 | 31 | "fix:lockfiles": "templates generate-npm-lockfiles", |
31 | 32 | "fix:prettier": "prettier . --write", |
32 | | - "fix:syncpack": "syncpack format && syncpack fix-mismatches", |
33 | 33 | "fix:templates": "templates lint . --fix", |
34 | 34 | "fix:turbo": "turbo run cf-typegen", |
35 | | - "postinstall": "turbo run build", |
| 35 | + "postinstall": "turbo run build && templates setup-hooks", |
36 | 36 | "preview": "templates preview", |
37 | 37 | "test": "turbo run test -- --passWithNoTests", |
38 | 38 | "test:cli": "vitest", |
|
0 commit comments