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",