Disable opening browser on server start

master
Ian Mancini 4 years ago
parent a2a7fee16c
commit dce75dba3a

@ -30,7 +30,7 @@
"zustand": "^3.1.4" "zustand": "^3.1.4"
}, },
"scripts": { "scripts": {
"start": "cross-env PORT=4000 CI=true react-scripts start", "start": "cross-env PORT=4000 CI=true BROWSER=none react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "cross-env CI=true react-scripts test --env=jsdom", "test": "cross-env CI=true react-scripts test --env=jsdom",
"eject": "react-scripts eject", "eject": "react-scripts eject",

Loading…
Cancel
Save