mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
chore(node): pass extra envs to npm start
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user