From 71d0ec7b70a9ac06003cc26764081e30ae8bf998 Mon Sep 17 00:00:00 2001 From: UO289432 Date: Tue, 12 Mar 2024 18:41:55 +0100 Subject: [PATCH] Desactivado CI --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index 92d63c7..b9e333a 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -22,7 +22,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\"",