mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix shared-ux storybook config (#205728)
## Summary Follow up to https://github.com/elastic/kibana/pull/205602
This commit is contained in:
parent
3bb50f7048
commit
1388cdebb9
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue