refactor: simplify turbo config, use it for develop + build (#65526)

This commit is contained in:
Oliver Eyton-Williams
2026-01-28 17:08:40 +01:00
committed by GitHub
parent 7f44e71852
commit f940f2beee
16 changed files with 65 additions and 76 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"version": "1.0.0",
"scripts": {
"lint": "eslint --max-warnings 0",
"playwright:watch": "playwright test --ui-port=0",
"playwright:run": "playwright test",
"playwright:watch": "turbo setup && playwright test --ui-port=0",
"playwright:run": "turbo setup && playwright test",
"type-check": "tsc --noEmit"
},
"author": "freeCodeCamp <team@freecodecamp.org>",