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\"",