feat: use turbo to orchestrate tests (#65351)

This commit is contained in:
Oliver Eyton-Williams
2026-01-21 05:47:06 +01:00
committed by GitHub
parent f81448bfe8
commit 631a679b8f
9 changed files with 29 additions and 20 deletions
+4 -2
View File
@@ -21,7 +21,7 @@
"scripts": {
"prebuild": "pnpm run common-setup && pnpm run build:scripts --env production",
"build": "NODE_OPTIONS=\"--max-old-space-size=7168 --no-deprecation\" gatsby build --prefix-paths",
"build:scripts": "pnpm run -F=browser-scripts build",
"build:scripts": "pnpm run -F=browser-scripts compile",
"build:external-curriculum": "tsx ./tools/external-curriculum/build",
"clean": "gatsby clean",
"common-setup": "pnpm -w turbo compile && pnpm run create:env && pnpm run create:trending && pnpm run create:search-placeholder",
@@ -35,7 +35,9 @@
"serve-ci": "serve -l 8000 -c serve.json public",
"prestand-alone": "pnpm run prebuild",
"stand-alone": "gatsby develop",
"test": "vitest",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"type-check": "tsc --noEmit"
},
"dependencies": {