From f93c0a4c19d3a1a370083ddf0848fa881150d534 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 31 Jan 2022 13:41:54 +0100 Subject: [PATCH] Update package.json --- webclient/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/package.json b/webclient/package.json index 08ab5e680..57c8b4de4 100644 --- a/webclient/package.json +++ b/webclient/package.json @@ -36,7 +36,7 @@ "postinstall:windows": "powershell .\\copy_shared_files.ps1", "postinstall:default": "./copy_shared_files.sh", "start": "cross-env ESLINT_NO_DEV_ERRORS=true react-scripts start", - "build": "react-scripts build", + "build": "cross-env DISABLE_ESLINT_PLUGIN=true react-scripts build", "test": "cross-env CI=true react-scripts test", "test:watch": "react-scripts test", "eject": "react-scripts eject",