Skip to content

Commit 3400b33

Browse files
committed
netlify failing builds solved
1 parent 5b10af3 commit 3400b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"proxy": "http://localhost:5000",
4141
"scripts": {
4242
"start": "react-scripts start",
43-
"build": "react-scripts build && ./build.sh",
43+
"build": "CI=false && react-scripts build && ./build.sh",
4444
"test": "react-scripts test",
4545
"eject": "react-scripts eject"
4646
},

0 commit comments

Comments
 (0)