From 299b6f436c67d855bcbbed15e57558e8680e5db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 18 Jul 2018 18:52:29 +0200 Subject: [PATCH] chore(node): pass extra envs to npm start --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 6368df1ea..b3ad39c41 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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",