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
@@ -2,6 +2,7 @@
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"tasks": {
|
||||
"lint": { "dependsOn": ["compile"] },
|
||||
"type-check": { "dependsOn": ["compile"] },
|
||||
"@freecodecamp/client#lint": {
|
||||
"dependsOn": [
|
||||
"@freecodecamp/curriculum#compile",
|
||||
@@ -9,6 +10,14 @@
|
||||
"build:scripts"
|
||||
]
|
||||
},
|
||||
"@freecodecamp/client#type-check": {
|
||||
"dependsOn": [
|
||||
"@freecodecamp/curriculum#compile",
|
||||
"create:env",
|
||||
"@freecodecamp/curriculum#build",
|
||||
"build:scripts"
|
||||
]
|
||||
},
|
||||
"@freecodecamp/gatsby-source-challenges#lint": {
|
||||
"dependsOn": ["@freecodecamp/curriculum#compile"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user