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"