Skip to content

Commit

Permalink
Official-storybook: Don't load intro.stories.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jan 17, 2020
1 parent 38351a9 commit d60b374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/official-storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
stories: [
'./intro.stories.mdx',
// FIXME: Breaks e2e tests './intro.stories.mdx',
'../../lib/ui/src/**/*.stories.(js|tsx|mdx)',
'../../lib/components/src/**/*.stories.(js|tsx|mdx)',
'./stories/**/*.stories.(js|tsx|mdx)',
Expand Down

0 comments on commit d60b374

Please sign in to comment.