From 2c583f543b3f0fcf1a183b5a4f76aec50f71dd94 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Mon, 12 Dec 2022 17:31:21 +0100 Subject: [PATCH] CLI: execute automigrations on enter --- code/lib/cli/src/automigrate/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/code/lib/cli/src/automigrate/index.ts b/code/lib/cli/src/automigrate/index.ts index 7e8998636438..fd142694f649 100644 --- a/code/lib/cli/src/automigrate/index.ts +++ b/code/lib/cli/src/automigrate/index.ts @@ -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, }); }