Skip to content

Commit 5e9347d

Browse files
committed
update build script to set CI=false for production builds
1 parent f199c06 commit 5e9347d

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
@@ -38,7 +38,7 @@
3838
},
3939
"scripts": {
4040
"start": "NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts start",
41-
"build": "NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts build",
41+
"build": "CI=false NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts build",
4242
"test": "react-scripts test",
4343
"eject": "react-scripts eject",
4444
"prettier": "prettier --write \"**/*\"",

0 commit comments

Comments
 (0)