From d3bfe6e27c99ad603247dc2346c40aecb5fb40a7 Mon Sep 17 00:00:00 2001 From: Vitalsine85 Date: Thu, 11 Aug 2022 11:42:06 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd3c9910..88926655 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build --max-old-space-size=4096", + "build": "react-scripts --max-old-space-size=8192 build", "test": "react-scripts test", "eject": "react-scripts eject", "deploy": "yarn build && cp ./build/index.html ./build/200.html",