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

View File

@@ -19,9 +19,8 @@
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --max-warnings 0",
"build": "NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.cjs"
"compile": "NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.cjs"
},
"type": "module",
"keywords": [],