Skip to content

Commit

Permalink
Update docs build dir to work with gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Aug 3, 2021
1 parent b780ada commit 0cd90e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# React Build Files
/build

# Storybook Build Files
/build-docs

# React local environment files
.env.local
.env.development.local
Expand All @@ -29,9 +26,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python Files
/api/venv
__pycache__/
venv-manager.log
/api/.env
*.egg*
# API Files
/api/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"start:api": "cd api/ && venv/bin/gunicorn -b 127.0.0.1:8000 --log-level debug webqueue2api.api:app",
"start:docs": "start-storybook -p 6006 -s public -c storybook-config --no-manager-cache",
"build:frontend": "react-scripts build",
"build:docs": "build-storybook -s public -c storybook-config -o build-docs",
"build:docs": "build-storybook -s public -c storybook-config -o docs",
"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

0 comments on commit 0cd90e8

Please sign in to comment.