From a84a713eaae36820d7620e446d2905520b03976e Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 31 Mar 2025 19:31:43 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20=E6=89=93=E5=8C=85=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=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 This reverts commit 308853cce1d47ff52d2ec3fb84b6a4da49e04875. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e43e2e9d..742bacc8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "type": "module", "scripts": { - "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 turbo build", + "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 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",