aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornext2w2022-10-04 16:14:47 -0400
committernext2w2022-10-04 16:14:47 -0400
commit3f75a08e5e5c1e4b24d8eb7e03653cbe5d26a4e2 (patch)
tree685b0aabe1e3f02efb9c4799d653e78301da1787
parent9a9e7d15d91bc9f7325b4709ce3d041331713f10 (diff)
Don't open web browser
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f9b19be..0dd76fc 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"web-vitals": "^3.0.2"
},
"scripts": {
- "start": "react-scripts start",
+ "start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"