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