Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 4, 2024
1 parent 2c7267e commit 96a0fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/getStorybookMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const getStorybookMetadata = () => {
.map((dir) => join(workingDir, dir))
.join(';');

// @ts-ignore -- this is added in storybook/internal/[email protected], which we don't depend on
// @ts-expect-error -- this is added in storybook/internal/[email protected], which we don't depend on
const lazyCompilation = !!main.core?.builder?.options?.lazyCompilation;

return {
Expand Down

0 comments on commit 96a0fc6

Please sign in to comment.