Skip to content

Commit 951c539

Browse files
committed
feat: remove .env && add eslint env var
1 parent e5e6e85 commit 951c539

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
@@ -29,7 +29,7 @@
2929
"superagent-promise": "^1.1.0"
3030
},
3131
"scripts": {
32-
"start": "cross-env PORT=4100 REACT_APP_API_ROOT=http://localhost:3000/api react-scripts start",
32+
"start": "cross-env PORT=4100 REACT_APP_API_ROOT=http://localhost:3000/api ESLINT_NO_DEV_ERRORS=true react-scripts start",
3333
"build": "react-scripts build",
3434
"test": "cross-env PORT=4100 react-scripts test --env=jsdom",
3535
"eject": "react-scripts eject",

0 commit comments

Comments
 (0)