There was an error while loading. Please reload this page.
1 parent 17bc01c commit 608b497Copy full SHA for 608b497
1 file changed
packages/cloudflare/src/cli/commands/migrate.ts
@@ -235,7 +235,7 @@ export function addMigrateCommand<T extends yargs.Argv>(y: T) {
235
"migrate",
236
"Set up the OpenNext Cloudflare adapter in an existing Next.js project",
237
(args) =>
238
- args.option("force-install", {
+ args.option("forceInstall", {
239
type: "boolean",
240
alias: "f",
241
desc: "Install the dependencies using the `--force` flag.",
0 commit comments