Skip to content

Commit

Permalink
Configure styleguidist to open browser on start
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Aug 19, 2020
1 parent 6aac7d1 commit c102832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "webqueue2-cra-test",
"name": "webqueue2",
"homepage": "/qwebtest/",
"proxy": "http://localhost:5000/",
"version": "0.1.0",
Expand All @@ -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"
Expand Down

0 comments on commit c102832

Please sign in to comment.