From 310774a5aed5e614ec58f710b6329d4893dccc15 Mon Sep 17 00:00:00 2001 From: UltramarineW <2021113679@stu.hit.edu.cn> Date: Thu, 23 May 2024 16:04:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=BF=BD=E7=95=A5warning?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index cccf0fc..92b8a03 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "CI=false react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },