We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b10af3 commit 3400b33Copy full SHA for 3400b33
package.json
@@ -40,7 +40,7 @@
40
"proxy": "http://localhost:5000",
41
"scripts": {
42
"start": "react-scripts start",
43
- "build": "react-scripts build && ./build.sh",
+ "build": "CI=false && react-scripts build && ./build.sh",
44
"test": "react-scripts test",
45
"eject": "react-scripts eject"
46
},
0 commit comments