Fix default story glob

This commit is contained in:
Ian VanSchooten 2022-08-25 12:37:01 -04:00
parent 03b6c00902
commit 0620d65643

View File

@ -10,7 +10,7 @@ import { normalizeStoryPath } from './paths';
import { globToRegexp } from './glob-to-regexp';
const DEFAULT_TITLE_PREFIX = '';
const DEFAULT_FILES = '**/*.(stories|docs).@(mdx|tsx|ts|jsx|js)';
const DEFAULT_FILES = '**/*.@(mdx|stories.mdx|stories.tsx|stories.ts|stories.jsx|stories.js)';
// TODO: remove - LEGACY support for bad glob patterns we had in SB 5 - remove in SB7
const fixBadGlob = deprecate(