Skip to content

Commit c5807a3

Browse files
authored
Merge pull request #504 from ksraj123/development
Fixes #503 - Netlify failing build
2 parents 7d8ea62 + 3400b33 commit c5807a3

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)