Skip to content

Commit

Permalink
Update npm scripts for styleguidist build
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Sep 7, 2020
1 parent 7427792 commit 5059fd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"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 --open --config styleguidist/styleguide.config.js",
"build": "react-scripts build",
"build:frontend": "react-scripts build",
"build:docs": "npx styleguidist build --config styleguidist/styleguide.config.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 5059fd0

Please sign in to comment.