fix(E3): raise Monaco build heap
This commit is contained in:
parent
e8b3c9cf69
commit
e266a8ba85
@ -5,7 +5,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"build": "NODE_OPTIONS=--max-old-space-size=8192 tsc -b && NODE_OPTIONS=--max-old-space-size=8192 vite build",
|
||||
"typecheck": "tsc -b --pretty false",
|
||||
"test": "vitest run",
|
||||
"coverage": "vitest run --coverage",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user