From 96a0fc6007023ebb8205ac1c6c2b66b2b1a1fd0c Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Mon, 4 Nov 2024 15:38:59 +0100 Subject: [PATCH] fix --- src/util/getStorybookMetadata.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/getStorybookMetadata.ts b/src/util/getStorybookMetadata.ts index e4700cf..7ede012 100644 --- a/src/util/getStorybookMetadata.ts +++ b/src/util/getStorybookMetadata.ts @@ -22,7 +22,7 @@ export const getStorybookMetadata = () => { .map((dir) => join(workingDir, dir)) .join(';'); - // @ts-ignore -- this is added in storybook/internal/common@6.5, which we don't depend on + // @ts-expect-error -- this is added in storybook/internal/common@6.5, which we don't depend on const lazyCompilation = !!main.core?.builder?.options?.lazyCompilation; return {