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.
2 parents 7d8ea62 + 3400b33 commit c5807a3Copy full SHA for c5807a3
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