mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-28 14:01:28 -04:00
25 lines
668 B
JSON
25 lines
668 B
JSON
{
|
|
"$schema": "https://v2-8-7.turborepo.dev/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["dist/**", "generated/**"],
|
|
"env": ["FCC_*", "SHOW_UPCOMING_CHANGES", "CURRICULUM_LOCALE"]
|
|
},
|
|
"setup": {
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"test": {
|
|
"passThroughEnv": ["VITEST_POOL_ID", "PUPPETEER_WS_ENDPOINT"],
|
|
"env": ["FCC_*", "CURRICULUM_LOCALE", "SHOW_UPCOMING_CHANGES"]
|
|
},
|
|
"test-content": {
|
|
"passThroughEnv": ["VITEST_POOL_ID", "PUPPETEER_WS_ENDPOINT"],
|
|
"env": ["FCC_*", "CURRICULUM_LOCALE", "SHOW_UPCOMING_CHANGES"]
|
|
},
|
|
"lint": {
|
|
"env": ["CURRICULUM_LOCALE"]
|
|
}
|
|
}
|
|
}
|