From 308853cce1d47ff52d2ec3fb84b6a4da49e04875 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 31 Mar 2025 19:24:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=89=93=E5=8C=85=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E5=86=85=E5=AD=98=E9=85=8D=E7=BD=AE=E4=B8=BA4G?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 742bacc8..e43e2e9d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "type": "module", "scripts": { - "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build", + "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 turbo build", "build:analyze": "turbo build:analyze", "build:antd": "pnpm run build --filter=@vben/web-antd", "build:antd:test": "pnpm run build --filter=@vben/web-antd -- --mode test",