mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: use turborepo for type checking (#64455)
This commit is contained in:
committed by
GitHub
parent
2ce0ff1560
commit
608afa8a39
@@ -25,7 +25,8 @@
|
||||
"create-quiz": "tsx create-quiz",
|
||||
"rename-block": "tsx rename-block",
|
||||
"lint": "eslint --max-warnings 0",
|
||||
"test": "vitest"
|
||||
"test": "vitest",
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@freecodecamp/eslint-config": "workspace:*",
|
||||
@@ -40,7 +41,7 @@
|
||||
"gray-matter": "4.0.3",
|
||||
"inquirer": "8.2.6",
|
||||
"prettier": "3.2.5",
|
||||
"typescript": "5.2.2",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user