chore(node): pass extra envs to npm start

This commit is contained in:
Łukasz Mierzwa
2018-07-19 23:38:11 +02:00
parent 7993606f95
commit 299b6f436c
+1 -1
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",