28 条评论 (28 条评论)57 个反应 (57 个反应)0 位负责人 (0 位负责人)TypeScript10,058 个派生 (10,058 个派生)batch import
bugbuild-storybookcligood first issuehas workaroundhelp wantedtriage:reviewed
仓库指标
- 星标
- 89,909 个星标 (89,909 个星标)
- PR 合并指标
- 平均合并 7天 22小时 (平均合并 7天 22小时)30 天内合并 184 个 PR (30 天内合并 184 个 PR)
描述
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.
贡献者指南
- 研究方向
- 检查 build storybook 命令的实现,特别是 watch 标志的处理。查找可能破坏监视模式的最近更改,并跟踪从 CLI 选项解析到构建过程的代码路径。
- 技术栈
- typescriptreactnodejs
- 领域
- clifrontend
- 议题类型
- 缺陷
- 前置要求
- GitNode.js