Skip to content

Commit 8bb9c8d

Browse files
committed
Removed unnecessary node_modules exclusions from stories paths
1 parent 1121c12 commit 8bb9c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/main.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
name: '@storybook/react-webpack5',
3232
options: {},
3333
},
34-
stories: ['../!(node_modules)/**/*.mdx', '../!(node_modules)/**/*.stories.*'],
34+
stories: ['../**/*.mdx', '../**/*.stories.*'],
3535
storyIndexers: (indexers) => {
3636
// ? Extend js story indexer for mjs
3737
return indexers.map((indexer) => {

0 commit comments

Comments
 (0)