mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
feat: use turbo to orchestrate tests (#65351)
This commit is contained in:
committed by
GitHub
parent
f81448bfe8
commit
631a679b8f
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user