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.
1 parent f199c06 commit 5e9347dCopy full SHA for 5e9347d
package.json
@@ -38,7 +38,7 @@
38
},
39
"scripts": {
40
"start": "NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts start",
41
- "build": "NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts build",
+ "build": "CI=false NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts build",
42
"test": "react-scripts test",
43
"eject": "react-scripts eject",
44
"prettier": "prettier --write \"**/*\"",
0 commit comments