mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: use pre-built curriculum when starting client (#65878)
This commit is contained in:
committed by
GitHub
parent
052416e5bf
commit
990b64d229
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://v2-8-7.turborepo.dev/schema.json",
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"test": {
|
||||
"env": ["CURRICULUM_LOCALE", "SHOW_UPCOMING_CHANGES"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user