diff --git a/packages/cli/src/commands/app/build.ts b/packages/cli/src/commands/app/build.ts index 104dddde01..4fa3d1ac6e 100644 --- a/packages/cli/src/commands/app/build.ts +++ b/packages/cli/src/commands/app/build.ts @@ -26,9 +26,7 @@ export default async (cmd: Command) => { if (cmd.lax) { console.warn( chalk.yellow( - `[DEPRECATED] - The --lax option is deprecated and will be removed in the future. - Please open an issue towards https://github.com/backstage/backstage that describes your use-case if you need the flag to stay around - `, + `[DEPRECATED] - The --lax option is deprecated and will be removed in the future. Please open an issue towards https://github.com/backstage/backstage that describes your use-case if you need the flag to stay around.`, ), ); }