Unverified Commit a767b795 authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

Fix win32 build (#2623)

parent 93f96d4f
......@@ -77,9 +77,9 @@
"typescript": "3.4.5"
},
"scripts": {
"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",
"start": "node --max-old-space-size=3072 scripts/start.js",
"build": "node --max-old-space-size=3072 scripts/build.js",
"test": "node --max-old-space-size=3072 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