From 3f75a08e5e5c1e4b24d8eb7e03653cbe5d26a4e2 Mon Sep 17 00:00:00 2001 From: next2w Date: Tue, 4 Oct 2022 16:14:47 -0400 Subject: [PATCH] Don't open web browser --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"