From 455e688f385e2b2a91f53c003fe24c4f63a8590c Mon Sep 17 00:00:00 2001 From: Alex Stelmachonak <100310178+astelmachonak-nydig@users.noreply.github.com> Date: Thu, 10 Mar 2022 11:44:38 -0500 Subject: [PATCH] deno: Don't update using built-in mechanism (#3373) Running `deno upgrade` in post install breaks the version matching between what scoop knows and what actual version is running. --- bucket/deno.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bucket/deno.json b/bucket/deno.json index fae949ef27..15282598a6 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -10,7 +10,6 @@ } }, "bin": "deno.exe", - "post_install": "& \"$dir\\deno.exe\" upgrade", "checkver": { "github": "https://github.com/denoland/deno" },