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
a767b795
"tests/vscode:/vscode.git/clone" did not exist on "10a14e6b0ec4702f6761acb0c91776c3bddd52ab"
Unverified
Commit
a767b795
authored
Jul 01, 2020
by
chicm-ms
Committed by
GitHub
Jul 01, 2020
Browse files
Fix win32 build (#2623)
parent
93f96d4f
Changes
1
Show 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 @
a767b795
...
@@ -77,9 +77,9 @@
...
@@ -77,9 +77,9 @@
"typescript"
:
"3.4.5"
"typescript"
:
"3.4.5"
},
},
"scripts"
:
{
"scripts"
:
{
"start"
:
"node --max-old-space-size=
4096
scripts/start.js"
,
"start"
:
"node --max-old-space-size=
3072
scripts/start.js"
,
"build"
:
"node --max-old-space-size=
4096
scripts/build.js"
,
"build"
:
"node --max-old-space-size=
3072
scripts/build.js"
,
"test"
:
"node --max-old-space-size=
4096
scripts/test.js"
,
"test"
:
"node --max-old-space-size=
3072
scripts/test.js"
,
"eslint"
:
"npx eslint ./ --ext .tsx,.ts"
"eslint"
:
"npx eslint ./ --ext .tsx,.ts"
},
},
"eslintConfig"
:
{
"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