From 1124cd34a8a3947ee39c8c803331f812c2e2291f Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:27:11 +0530 Subject: [PATCH] chore: fix upstream update script --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 18f87a4..1d2978d 100644 --- a/deno.json +++ b/deno.json @@ -20,7 +20,7 @@ "check": "deno task patch && deno task format:fail && deno task lint:fail && deno task type && deno task test", "patch": "deno run -A ./scripts/patch.ts", "release": "deno run -A --reload https://raw.githubusercontent.com/globalbrain/hado/main/scripts/release.ts", - "update": "deno run -A --reload https://raw.githubusercontent.com/globalbrain/hado/main/scripts/update.ts && deno install" + "update": "deno run -A --reload https://raw.githubusercontent.com/globalbrain/hado/main/scripts/update.ts" }, "fmt": { "lineWidth": 100,