Skip to content

Commit 0065d56

Browse files
author
spitchell
committed
update build script to avoid warnings-as-errors
1 parent 0a64e70 commit 0065d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"start": "react-scripts start",
16-
"build": "react-scripts build",
16+
"build": "CI= react-scripts build",
1717
"test": "react-scripts test",
1818
"eject": "react-scripts eject"
1919
},

0 commit comments

Comments
 (0)