Files
freeCodeCamp/turbo.json
2026-02-04 13:17:02 +05:30

17 lines
556 B
JSON

{
"$schema": "https://v2-8-1.turborepo.dev/schema.json",
"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 }
}