diff --git a/src/subcommands/upgrade.ts b/src/subcommands/upgrade.ts index 81788c2..f1fe1d5 100644 --- a/src/subcommands/upgrade.ts +++ b/src/subcommands/upgrade.ts @@ -70,6 +70,7 @@ export default async function (rawArgs: Record): Promise { const process = new Deno.Command(Deno.execPath(), { args: [ "install", + "--global", "--allow-read", "--allow-write", "--allow-env",