From 8c4addcc5f0c1216ca31ffef72ed101552cf7455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lara=20Fern=C3=A1ndez=20M=C3=A9ndez?= <91556753+uo276026@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:08:52 +0200 Subject: [PATCH] Update package.json --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index 2824f6d..932df2f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -28,7 +28,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "CI=false && react-scripts build", "prod": "serve -s build", "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\"",