Skip to content

Commit 334972c

Browse files
axel7083benoitf
authored andcommitted
fix(docusaurus): storybook plugin
Signed-off-by: axel7083 <[email protected]>
1 parent b4836bb commit 334972c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

website/storybook.ts

-4
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@ export default async function storybookIntegration(_context: LoadContext, opts:
186186
recursive: true,
187187
force: true,
188188
});
189-
fs.cpSync(join(options.storybookStatic, 'sb-preview'), join(buildFolder, 'sb-preview'), {
190-
recursive: true,
191-
force: true,
192-
});
193189
fs.cpSync(join(options.storybookStatic, 'iframe.html'), join(buildFolder, 'storybook-iframe.html'), {
194190
force: true,
195191
});

0 commit comments

Comments
 (0)