refactor: (slightly) decentralize type checking (#64163)

This commit is contained in:
Oliver Eyton-Williams
2025-12-01 12:43:53 +01:00
committed by GitHub
parent 176bba6c15
commit 37ce134123
46 changed files with 214 additions and 226 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
"knip:all": "npx -y knip@5 ",
"lint": "pnpm npm-run-all lint:*",
"lint:challenges": "cd ./curriculum && pnpm run lint-challenges",
"lint:ts": "tsc && tsc -p shared && tsc -p api && tsc -p client && tsc -p curriculum",
"lint:ts": "tsc && tsc -p shared && tsc -p api && tsc -p client && tsc -p curriculum && tsc -p e2e && tsc -p tools/challenge-helper-scripts",
"lint:prettier": "prettier --list-different .",
"lint:css": "stylelint '**/*.css'",
"preseed": "npm-run-all compile:ts",