From ece061d814ec1326a69309a0a94b736815d923a3 Mon Sep 17 00:00:00 2001 From: Pa5sw0rd <39618181+Pa5sw0rd@users.noreply.github.com> Date: Wed, 9 Aug 2023 18:36:02 +0800 Subject: [PATCH] Update package.json --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index a2bf3054..be51cc20 100644 --- a/web/package.json +++ b/web/package.json @@ -18,7 +18,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "DISABLE_ESLINT_PLUGIN='true' react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },