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
+3
-1
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"tasks": {
|
||||
"lint": {},
|
||||
"lint": {
|
||||
"dependsOn": ["@freecodecamp/shared#compile"]
|
||||
},
|
||||
"@freecodecamp/client#lint": {
|
||||
"dependsOn": [
|
||||
"@freecodecamp/curriculum#compile",
|
||||
|
||||
Reference in New Issue
Block a user