forked from Gitlink/forgeplus-react
fix
This commit is contained in:
parent
f47fdbb1e8
commit
f5e1342a03
|
@ -125,7 +125,7 @@
|
|||
"xterm-addon-fit": "0.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node --max_old_space_size=15360 scripts/start.js",
|
||||
"start": "cross-env HTTPS=true node --max_old_space_size=15360 scripts/start.js",
|
||||
"build": "cross-env NODE_ENV=production node --max_old_space_size=15360 scripts/build.js",
|
||||
"test-build": "cross-env NODE_ENV=testBuild node --max_old_space_size=15360 scripts/build.js",
|
||||
"pre-build": "NODE_ENV=preBuild node --max_old_space_size=15360 scripts/build.js",
|
||||
|
|
Loading…
Reference in New Issue