Dont launch browser on npm start

This commit is contained in:
Alexandre BRUYANT 2021-12-13 13:54:19 +01:00
parent ad383330c4
commit b59fa868fa

View File

@ -24,7 +24,7 @@
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"