From 70e3819f59c760d768a2799880d1aff7bb58500b Mon Sep 17 00:00:00 2001 From: rui hildt Date: Thu, 23 Jul 2020 09:56:34 +0200 Subject: [PATCH] Open local server with FFX Dev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1531ff4..4d36257 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "typescript": "~3.7.2" }, "scripts": { - "start": "react-scripts start", + "start": "BROWSER=firefox-developer-edition react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"