Skip to content

Commit

Permalink
find stories explicitly in src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Sep 30, 2024
1 parent 7eb6309 commit ecb86ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {

stories: [
"../packages/**/*.story.mdx",
"../packages/**/*.story.@(js|jsx|ts|tsx)"
"../packages/*/src/**/*.story.@(js|jsx|ts|tsx)"
],
staticDirs: ['../public'],

Expand Down

0 comments on commit ecb86ae

Please sign in to comment.