Skip to content

Commit

Permalink
Remove styleguidist integration
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 13, 2021
1 parent 430242f commit 4f6f486
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 455 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,17 @@
"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 --open --config styleguidist/styleguide.config.js",
"start:docs": "start-storybook -p 6006 -s public -c storybook",
"build:frontend": "react-scripts build",
"build:docs": "npx styleguidist build --config styleguidist/styleguide.config.js",
"build:docs": "build-storybook -s public -c storybook",
"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",
"venv:delete": "python3 utils/venv-manager.py delete",
"venv:reset": "python3 utils/venv-manager.py reset",
"venv:freeze": "cd api/ && venv/bin/pip freeze | grep -v 'pkg-resources' > requirements.txt",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public -c storybook",
"build-storybook": "build-storybook -s public -c storybook"
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -62,7 +60,6 @@
"@storybook/addon-links": "^6.1.20",
"@storybook/node-logger": "^6.1.20",
"@storybook/preset-create-react-app": "^3.1.6",
"@storybook/react": "^6.1.20",
"react-styleguidist": "^11.0.8"
"@storybook/react": "^6.1.20"
}
}
23 changes: 0 additions & 23 deletions styleguidist/material-icon.css

This file was deleted.

252 changes: 0 additions & 252 deletions styleguidist/roboto-font.css

This file was deleted.

Loading

0 comments on commit 4f6f486

Please sign in to comment.