Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 27, 2023
1 parent 935369f commit 1b576f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/lib/cli/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { StorybookConfig } from '@storybook/types';
import type { StorybookConfigRaw } from '@storybook/types';

export type SkippableTask =
| 'smoke-test'
Expand Down Expand Up @@ -66,7 +66,7 @@ export type Template = {
*/
modifications?: {
skipTemplateStories?: boolean;
mainConfig?: Partial<StorybookConfig>;
mainConfig?: Partial<StorybookConfigRaw>;
testBuild?: boolean;
disableDocs?: boolean;
};
Expand Down

0 comments on commit 1b576f9

Please sign in to comment.