Skip to content

Commit 1928f04

Browse files
committed
fix: expand glob to include other components
1 parent 9926450 commit 1928f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demo/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function getAbsolutePath(value: string): any {
1111
}
1212
const config: StorybookConfig = {
1313
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)",
14-
resolve(__dirname, "../../../packages/ui/components/button/button.stories.ts")
14+
resolve(__dirname, "../../../packages/ui/components/**/*.stories.ts")
1515
],
1616
addons: [
1717
getAbsolutePath("@storybook/addon-onboarding"),

0 commit comments

Comments
 (0)