From ec27e1ead5e4e94d434ab0d14a2566a84ff4dee4 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:32:39 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=89=93=E5=8C=85=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E5=86=85=E5=AD=98=E4=B8=BA4G=20(#1734)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 3203bd466..441315fe3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "vite", - "build": "run-p type-check build-only", + "build": "run-p --max_old_space_size=4096 type-check build-only", "preview": "vite preview", "test:unit": "vitest", "build-only": "vite build",