From aec43b89217bfce71807a6a4efd27df210c5bb5e Mon Sep 17 00:00:00 2001 From: Jinhyun Park Date: Thu, 24 Mar 2022 18:47:15 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20CI/CD=EC=8B=9C=20=EC=86=8C=EC=8A=A4?= =?UTF-8?q?=EB=A7=B5=20=EC=A0=9C=EA=B1=B0=20close=20#588?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 54432186..43f99d65 100644 --- a/client/package.json +++ b/client/package.json @@ -34,7 +34,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts build && rm build/static/**/*.map", "test": "react-scripts test", "eject": "react-scripts eject" },