mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-07 09:01:13 -05:00
18 lines
599 B
JSON
18 lines
599 B
JSON
{
|
|
"$schema": "https://v2-8-7.turborepo.dev/schema.json",
|
|
"globalPassThroughEnv": ["MONGOHQ_URL"],
|
|
"tasks": {
|
|
"build": { "dependsOn": ["setup"], "outputs": ["dist/**"] },
|
|
"develop": { "dependsOn": ["setup"], "cache": false, "persistent": true },
|
|
"lint": { "dependsOn": ["setup"] },
|
|
"setup": { "dependsOn": ["^build"] },
|
|
"test": { "dependsOn": ["setup"] },
|
|
"test-content": { "dependsOn": ["setup"] },
|
|
"type-check": { "dependsOn": ["setup"] },
|
|
"//#lint-root": {
|
|
"dependsOn": ["@freecodecamp/shared#build"]
|
|
}
|
|
},
|
|
"remoteCache": { "signature": true }
|
|
}
|