|
6 | 6 | "dev": "vite dev --port 3000", |
7 | 7 | "build": "vite build", |
8 | 8 | "start": "node .output/server/index.mjs", |
9 | | - "lint": "tsc lint:biome && tsc lint:tsc && tsc lint:unused", |
| 9 | + "lint": "pnpm run lint:biome && pnpm run lint:tsc && pnpm run lint:unused", |
10 | 10 | "lint:biome": "biome check .", |
11 | 11 | "lint:tsc": "pnpm --package=typescript dlx tsc --noEmit", |
12 | 12 | "lint:unused": "ts-unused-exports tsconfig.json --excludePathsFromReport='vite.config.ts;routeTree.gen.ts;loggingMiddleware.tsx;app.config;__root.tsx;router.tsx'", |
13 | | - "fix": "tsc fix:biome", |
| 13 | + "fix": "pnpm run fix:biome", |
14 | 14 | "fix:biome": "biome check --write .", |
15 | 15 | "gen:seo-images": "tsx scripts/generate-seo-images.ts" |
16 | 16 | }, |
|
66 | 66 | "@tailwindcss/postcss": "^4.1.13", |
67 | 67 | "@tailwindcss/vite": "^4.1.13", |
68 | 68 | "@tanstack/router-plugin": "^1.132.7", |
69 | | - "@types/cheerio": "^0.22.35", |
| 69 | + "@types/cheerio": "^1.0.0", |
70 | 70 | "@types/lodash-es": "^4.17.12", |
71 | 71 | "@types/node": "^22.18.6", |
72 | 72 | "@types/react": "^19.1.14", |
|
0 commit comments