"src/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "0b864c7a03d38247a87ce1d773f9f16b2ff69d66"
Unverified Commit 4897ac26 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

increase node heap size (#2494)

parent e75a9f5a
......@@ -77,9 +77,9 @@
"typescript": "3.4.5"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"start": "node --max-old-space-size=4096 scripts/start.js",
"build": "node --max-old-space-size=4096 scripts/build.js",
"test": "node --max-old-space-size=4096 scripts/test.js",
"eslint": "npx eslint ./ --ext .tsx,.ts"
},
"eslintConfig": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment