Skip to content

Commit

Permalink
Fix shared-ux storybook config (elastic#205728)
Browse files Browse the repository at this point in the history
## Summary

Follow up to elastic#205602
  • Loading branch information
Dosant authored Jan 7, 2025
1 parent 3bb50f7 commit 1388cde
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import { defaultConfig } from '@kbn/storybook';

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

0 comments on commit 1388cde

Please sign in to comment.