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 e5e6e85 commit 951c539Copy full SHA for 951c539
package.json
@@ -29,7 +29,7 @@
29
"superagent-promise": "^1.1.0"
30
},
31
"scripts": {
32
- "start": "cross-env PORT=4100 REACT_APP_API_ROOT=http://localhost:3000/api react-scripts start",
+ "start": "cross-env PORT=4100 REACT_APP_API_ROOT=http://localhost:3000/api ESLINT_NO_DEV_ERRORS=true react-scripts start",
33
"build": "react-scripts build",
34
"test": "cross-env PORT=4100 react-scripts test --env=jsdom",
35
"eject": "react-scripts eject",
0 commit comments