Skip to content

Commit

Permalink
Rename storybook config to storybook-config
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 19, 2021
1 parent 58458da commit 3496894
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"scripts": {
"start:frontend": "react-scripts start",
"start:api": "cd api/ && venv/bin/gunicorn -b 127.0.0.1:5000 api:app",
"start:docs": "start-storybook -p 6006 -s public -c storybook",
"start:docs": "start-storybook -p 6006 -s public -c storybook-config",
"build:frontend": "react-scripts build",
"build:docs": "build-storybook -s public -c storybook",
"build:docs": "build-storybook -s public -c storybook-config",
"kill:frontend": "pgrep -u $(whoami) -f 'react-scripts/scripts/start.js' -d ' ' | xargs kill -9",
"kill:api": "pgrep -u $(whoami) -f gunicorn -d ' ' | xargs kill -9",
"venv:create": "python3 utils/venv-manager.py create",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3496894

Please sign in to comment.