Skip to content

Commit

Permalink
Fix flags for trace command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed Jan 30, 2025
1 parent 9f13247 commit 0223abc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin-src/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ export async function main(argv: string[]) {
git: {
rootPath: await getRepositoryRoot(),
},
storybook: {
baseDir: flags.storybookBaseDir,
configDir: flags.storybookConfigDir,
},

Check warning on line 101 in bin-src/trace.ts

View check run for this annotation

Codecov / codecov/patch

bin-src/trace.ts#L98-L101

Added lines #L98 - L101 were not covered by tests
} as any;
const stats = await readStatsFile(flags.statsFile);
const changedFiles = input.map((f) => f.replace(/^\.\//, ''));
Expand Down

0 comments on commit 0223abc

Please sign in to comment.