-
Notifications
You must be signed in to change notification settings - Fork 204
Remove storybook from web code #3339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "lint": "eslint --ext .ts,.tsx ./src", | ||
| "lint:fix": "eslint --fix --ext .ts,.tsx ./src", | ||
| "storybook": "start-storybook -p 6006", | ||
| "build-storybook": "build-storybook", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we remove storybook-related dependencies as well? this file at line L22-24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch!
Tbh, not sure why but the build does not pass when I remove them. So weird!
Let me deal with them in another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure 👍
|
Thanks Storybook for your serve |
What this PR does / why we need it:
This is one of the steps to simplify our development process and codebase.
This PR removes all storybook files since they have become quite outdated compared to our recent UI changes and we don't use them much in our development process.
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: