Files
freeCodeCamp/curriculum/turbo.json
T
2026-01-30 22:16:25 +05:30

17 lines
278 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"outputs": ["dist/**", "generated/**"],
"env": ["FCC_*"]
},
"test": {
"env": ["FCC_*"]
},
"test-content": {
"env": ["FCC_*"]
}
}
}