Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
4897ac26
"src/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "0b864c7a03d38247a87ce1d773f9f16b2ff69d66"
Unverified
Commit
4897ac26
authored
Jun 05, 2020
by
liuzhe-lz
Committed by
GitHub
Jun 05, 2020
Browse files
increase node heap size (#2494)
parent
e75a9f5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/webui/package.json
src/webui/package.json
+3
-3
No files found.
src/webui/package.json
View file @
4897ac26
...
...
@@ -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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment