From c1028328270a4b2f887e5f91aeaa99cd7524a028 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 19 Aug 2020 15:18:13 -0400 Subject: [PATCH] Configure styleguidist to open browser on start --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7771b9f..4d06f6f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "webqueue2-cra-test", + "name": "webqueue2", "homepage": "/qwebtest/", "proxy": "http://localhost:5000/", "version": "0.1.0", @@ -21,7 +21,7 @@ "scripts": { "start:frontend": "react-scripts start", "start:api": "cd api/ && venv/bin/gunicorn -b 127.0.0.1:5000 api:app", - "start:docs": "npx styleguidist server", + "start:docs": "npx styleguidist server --open", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"