mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: simplify turbo config, use it for develop + build (#65526)
This commit is contained in:
committed by
GitHub
parent
7f44e71852
commit
f940f2beee
+2
-2
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user