From e35a4614ca5b6af65def07331c9b74c069d6faf8 Mon Sep 17 00:00:00 2001 From: jianxing <41557596+AgAngle@users.noreply.github.com> Date: Wed, 1 Sep 2021 19:24:46 +0800 Subject: [PATCH] Update package.json --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index fd85f4983c..08b8939883 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "serve": "vue-cli-service serve", - "build": "vue-cli-service build", + "build": "export NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build", "build-win": "SET NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build", "lint": "vue-cli-service lint" },