Files
freeCodeCamp/tools/challenge-helper-scripts/turbo.json
2026-02-19 08:55:33 +01:00

10 lines
179 B
JSON

{
"$schema": "https://v2-8-7.turborepo.dev/schema.json",
"extends": ["//"],
"tasks": {
"test": {
"env": ["CURRICULUM_LOCALE", "SHOW_UPCOMING_CHANGES"]
}
}
}