Skip to content

Commit

Permalink
chore: include all stories in example
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Jun 5, 2021
1 parent 1747d1f commit 3a199cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/native/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
stories: [
'./components/*/CSF*.stories.?(ts|tsx|js|jsx)',
'./components/*/*.stories.?(ts|tsx|js|jsx)',
'./other_components/AnotherButton/AnotherButton.stories.tsx',
],
};

0 comments on commit 3a199cc

Please sign in to comment.