Skip to content

Commit

Permalink
fix storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Dec 30, 2024
1 parent 0da3d17 commit 93ca849
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/kbn-management/storybook/config/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import { defaultConfig } from '@kbn/storybook';

module.exports = {
...defaultConfig,
stories: ['../../**/*.stories.+(tsx|mdx)'],
stories: [
'../../../../src/platform/packages/(private|shared)/kbn-management/**/*.stories.+(tsx|mdx)',
],
reactOptions: {
strictMode: true,
},
Expand Down

0 comments on commit 93ca849

Please sign in to comment.