From 95661ff3f784a1186577d59ed5c2b1f7e6485935 Mon Sep 17 00:00:00 2001 From: jieunn Date: Tue, 6 Aug 2024 04:41:58 +0900 Subject: [PATCH] =?UTF-8?q?build=20=EC=B5=9C=EC=A0=81=ED=99=94=20=EC=98=B5?= =?UTF-8?q?=EC=85=98?= 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 8677b58..5b1516c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "NODE_OPTIONS='--max-old-space-size=2048' react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint src"