mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
23 lines
406 B
JSON
23 lines
406 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"env": ["FCC_*"],
|
|
"outputs": ["public/**"]
|
|
},
|
|
"develop": {
|
|
"env": ["FCC_*"]
|
|
},
|
|
"setup": {
|
|
"env": ["FCC_*"],
|
|
"outputs": [
|
|
"config/env.json",
|
|
"i18n/locales/*.json",
|
|
"static/curriculum-data/**",
|
|
"static/js/**"
|
|
]
|
|
}
|
|
}
|
|
}
|