chore(node): pass extra envs to npm start

This commit is contained in:
Łukasz Mierzwa
2018-07-18 18:52:29 +02:00
parent 7993606f95
commit 299b6f436c

View File

@@ -35,7 +35,7 @@
"react-transition-group": "^2.4.0"
},
"scripts": {
"start": "react-scripts start",
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",