Skip to content

Commit

Permalink
Really, trouble just printing options?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewortwein committed Feb 22, 2024
1 parent 43f1d09 commit 606fbfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-src/lib/checkStorybookBaseDir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import pLimit from 'p-limit';
import { exitCodes, setExitCode } from './setExitCode';

export async function checkStorybookBaseDir(ctx: Context, stats: Stats) {
ctx.log.warn('ctx.options:', ctx.options);
const { storybookBaseDir } = ctx.options;
// ctx.log.debug('Storybook base directory:', storybookBaseDir);

Expand Down

0 comments on commit 606fbfd

Please sign in to comment.