Skip to content

Commit

Permalink
Merge pull request #20208 from storybookjs/fix/yes-as-default-in-auto…
Browse files Browse the repository at this point in the history
…migration

CLI: execute automigrations on enter
  • Loading branch information
yannbf committed Dec 12, 2022
2 parents c79613c + 2c583f5 commit 29849ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/cli/src/automigrate/index.ts
Expand Up @@ -66,6 +66,7 @@ export const automigrate = async ({ fixId, dryRun, yes, useNpm, force }: FixOpti
type: 'confirm',
name: 'fix',
message: `Do you want to run the '${chalk.cyan(f.id)}' migration on your project?`,
initial: true,
});
}

Expand Down

0 comments on commit 29849ec

Please sign in to comment.