refactor: use pre-built curriculum when starting client (#65878)

This commit is contained in:
Oliver Eyton-Williams
2026-02-19 08:55:33 +01:00
committed by GitHub
parent 052416e5bf
commit 990b64d229
10 changed files with 41 additions and 32 deletions
@@ -0,0 +1,9 @@
{
"$schema": "https://v2-8-7.turborepo.dev/schema.json",
"extends": ["//"],
"tasks": {
"test": {
"env": ["CURRICULUM_LOCALE", "SHOW_UPCOMING_CHANGES"]
}
}
}