mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
35 lines
915 B
JSON
35 lines
915 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"tasks": {
|
|
"lint": {},
|
|
"@freecodecamp/client#lint": {
|
|
"dependsOn": [
|
|
"@freecodecamp/curriculum#compile",
|
|
"create:env",
|
|
"build:scripts"
|
|
]
|
|
},
|
|
"@freecodecamp/gatsby-source-challenges#lint": {
|
|
"dependsOn": ["@freecodecamp/curriculum#compile"]
|
|
},
|
|
"@freecodecamp/scripts-lint#lint": {
|
|
"dependsOn": ["@freecodecamp/client#create:trending"],
|
|
"inputs": [
|
|
"$TURBO_DEFAULT$",
|
|
"$TURBO_ROOT$/client/i18n/locales/english/*"
|
|
]
|
|
},
|
|
"//#lint": {
|
|
"dependsOn": [
|
|
"@freecodecamp/shared#compile",
|
|
"@freecodecamp/curriculum#build"
|
|
]
|
|
},
|
|
"compile": {},
|
|
"create:trending": { "cache": false },
|
|
"create:env": { "dependsOn": ["@freecodecamp/curriculum#compile"] },
|
|
"build": { "dependsOn": ["compile"] },
|
|
"build:scripts": {}
|
|
}
|
|
}
|