Skip to content

Commit

Permalink
chore(repro): rewrite additionalFiles description
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jun 6, 2022
1 parent e695802 commit 4f5b90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cli/src/repro-generators/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Parameters {
autoDetect?: boolean;
/** Dependencies to add before building Storybook */
additionalDeps?: string[];
/** Files to add before building Storybook */
/** Files to add before installing Storybook */
additionalFiles?: {
path: string;
contents: string;
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/src/repro-generators/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface Parameters {
ensureDir?: boolean;
/** Dependencies to add before building Storybook */
additionalDeps?: string[];
/** Files to add before building Storybook */
/** Files to add before installing Storybook */
additionalFiles?: {
path: string;
contents: string;
Expand Down

0 comments on commit 4f5b90e

Please sign in to comment.