From 8e035ef3345b43ed151a0a1acc146f0a92becd13 Mon Sep 17 00:00:00 2001 From: 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 Date: Mon, 15 Apr 2024 12:29:35 +0200 Subject: [PATCH] build fix --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index 110a200..8f851e6 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -22,7 +22,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "cross-env CI=false && react-scripts build && cross-env CI=true", + "build": "cross-env CI=false && react-scripts build ", "prod": "serve -s build -p 80", "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'", "test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest\"",