Skip to content

Commit

Permalink
Fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 13, 2023
1 parent 08d32bd commit e3e532b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/lib/types/src/modules/core-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ export interface CLIOptions {

export interface BuilderOptions {
configType?: 'DEVELOPMENT' | 'PRODUCTION';
ignorePreview: boolean;
cache: FileSystemCache;
ignorePreview?: boolean;
cache?: FileSystemCache;
configDir: string;
docsMode: boolean;
docsMode?: boolean;
features?: StorybookConfig['features'];
versionCheck?: VersionCheck;
releaseNotesData?: ReleaseNotesData;
Expand Down

0 comments on commit e3e532b

Please sign in to comment.