fix(storybook): build skipping even after updating impl story files (#14124)

This commit is contained in:
zyoshoka 2024-07-04 12:33:43 +09:00 committed by GitHub
parent 5d03efa1bb
commit fab7d5e484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ await fs.readFile(
)
)
.map((path) => path.replace(/(?:(?<=\.stories)\.(?:impl|meta)|\.msw)(?=\.ts$)/g, ''))
.map((path) => (path.startsWith('.') ? path : `./${path}`))
);
if (
micromatch(Array.from(modules), [