mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-18 10:00:55 -04:00
refactor: simplify turbo config, use it for develop + build (#65526)
This commit is contained in:
committed by
GitHub
parent
7f44e71852
commit
f940f2beee
@@ -29,7 +29,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint --max-warnings 0",
|
||||
"compile": "NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.cjs"
|
||||
"build": "NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.cjs --env production"
|
||||
},
|
||||
"type": "module",
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user