mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-09 01:01:04 -04:00
chore: uninstall cross-env (#55224)
This commit is contained in:
committed by
GitHub
parent
f1cd0cfae3
commit
daede0a8ff
@@ -20,7 +20,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.js"
|
||||
"build": "NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user