Skip to content

Commit

Permalink
Cra-ts-kitchen-sink: Fix stories glob pattern (#9706)
Browse files Browse the repository at this point in the history
Cra-ts-kitchen-sink: Fix stories glob pattern
  • Loading branch information
shilman committed Feb 4, 2020
1 parent 2c85dda commit c41f520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cra-ts-kitchen-sink/.storybook/main.js
@@ -1,7 +1,7 @@
const path = require('path');

module.exports = {
stories: ['../src/**/*.stories.(mdx|[tj]sx?)'],
stories: ['../src/**/*.stories.(mdx|tsx|ts|jsx|js)'],
addons: [
{
name: '@storybook/preset-create-react-app',
Expand Down

0 comments on commit c41f520

Please sign in to comment.