From f9651ba5483c6d64170ffff29979b161e837cd38 Mon Sep 17 00:00:00 2001 From: Jiwon Choi Date: Tue, 8 Oct 2024 05:57:54 +0900 Subject: [PATCH] apply suggestion --- packages/next-codemod/bin/upgrade.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next-codemod/bin/upgrade.ts b/packages/next-codemod/bin/upgrade.ts index 05dd83c9d9d66a..1407736a674fe5 100644 --- a/packages/next-codemod/bin/upgrade.ts +++ b/packages/next-codemod/bin/upgrade.ts @@ -186,7 +186,7 @@ async function suggestTurbopack(packageJson: any): Promise { { type: 'text', name: 'customDevScript', - message: 'Please add "--turbo" to your dev command manually.', + message: 'Please manually add "--turbo" to your dev command.', initial: devScript, }, { onCancel }