We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee48a7c commit 71d0ec7Copy full SHA for 71d0ec7
webapp/package.json
@@ -22,7 +22,7 @@
22
},
23
"scripts": {
24
"start": "react-scripts start",
25
- "build": "react-scripts build",
+ "build": "CI=false && react-scripts build",
26
"prod": "serve -s build",
27
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
28
"test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest\"",
0 commit comments