Skip to content

Commit

Permalink
fix(storybook): build skipping even after updating impl story files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zyoshoka authored Jul 4, 2024
1 parent 5d03efa commit fab7d5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/.storybook/changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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), [
Expand Down

0 comments on commit fab7d5e

Please sign in to comment.