From 412c8f617aede1835d62043185a4a95490dd087b Mon Sep 17 00:00:00 2001 From: Zsolt Stenger Date: Mon, 25 Dec 2023 12:14:37 +0100 Subject: [PATCH] .. --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0ed643104..0ab53b623 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,8 +25,8 @@ "build:css": "postcss src/styles/tailwind.css -o src/index.css", "watch:css": "postcss src/styles/tailwind.css -o src/index.css --watch", "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", + "build": "CI=false react-scripts build", + "test": "react-scripts test --detectOpenHandles", "eject": "react-scripts eject" }, "eslintConfig": {