fix(storybook): glob all package stories + declare core-ui dep
The stories glob covered only packages/core-ui, so any feature story a component-must-have-story fix produces would be invisible in Storybook and skipped by pnpm test:stories. Glob every package's src tree and declare the workspace dep on @repo/core-ui (the only storied package today) so turbo's build cache invalidates when its stories change. Verified: storybook build succeeds, 18 stories in index.json. (S7) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -128,6 +128,9 @@ importers:
|
||||
"@repo/core-typescript":
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/core-typescript
|
||||
"@repo/core-ui":
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/core-ui
|
||||
"@storybook/addon-essentials":
|
||||
specifier: ^8.6.0
|
||||
version: 8.6.14(@types/react@19.2.14)(storybook@8.6.18(prettier@3.8.1))
|
||||
|
||||
Reference in New Issue
Block a user