We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce33f11 commit 8d16901Copy full SHA for 8d16901
1 file changed
packages/cloudflare/src/cli/commands/migrate.ts
@@ -137,7 +137,7 @@ async function migrateCommand(args: { forceInstall: boolean }): Promise<void> {
137
logger.error("Failed to update package.json", (error as Error).message);
138
logger.warn(
139
`Please ensure that your package.json contains the following scripts:
140
- ${[...Object.entries(openNextScripts)].map(([k, v]) => ` - ${k}: ${v}`).join("\n")}
+${[...Object.entries(openNextScripts)].map(([k, v]) => ` - ${k}: ${v}`).join("\n")}
141
`
142
);
143
}
0 commit comments