28 comments (28 comments)57 reactions (57 reactions)0 assignees (0 assignees)TypeScript10,058 forks (10,058 forks)batch import
bugbuild-storybookcligood first issuehas workaroundhelp wantedtriage:reviewed
Repository metrics
- Stars
- 89,909 stars (89,909 stars)
- PR merge metrics
- Avg merge 7d 22h (Avg merge 7d 22h)184 merged PRs in 30d (184 merged PRs in 30d)
Description
Bug
Running build-storybook with the -w or --watch flags do not run the storybook build in watch mode. The build runs once and ends. The cli option described here does not produce the desired results.
It seems like the feature was added here but has since been broken.
Contributor guide
- Research direction
- Inspect the build storybook command implementation, specifically the watch flag handling. Look for recent changes that may have broken the watch mode, and trace the code path from CLI option parsing to the build process.
- Tech stack
- typescriptreactnodejs
- Domain
- clifrontend
- Issue type
- Bug
- Prerequisites
- GitNode.js