mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: (slightly) decentralize type checking (#64163)
This commit is contained in:
committed by
GitHub
parent
176bba6c15
commit
37ce134123
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user