We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71156e5 commit d04238aCopy full SHA for d04238a
ui/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "vite",
7
- "build": "run-p --max_old_space_size=4096 type-check build-only",
+ "build": "set NODE_OPTIONS=--max_old_space_size=4096 && run-p type-check build-only",
8
"preview": "vite preview",
9
"test:unit": "vitest",
10
"build-only": "vite build",
0 commit comments