From a6cf1b2a89e573d61441b8f7798ce629194eca55 Mon Sep 17 00:00:00 2001 From: Zuri Klaschka Date: Tue, 29 Oct 2024 02:26:27 +0100 Subject: [PATCH] chore: :hammer: Add `release` task to `deno.json` --- deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 981553a..2a551ce 100644 --- a/deno.json +++ b/deno.json @@ -13,7 +13,8 @@ }, "tasks": { "dev": "deno task test --watch", - "test": "deno test --allow-env --allow-read --allow-write" + "test": "deno test --allow-env --allow-read --allow-write", + "release": "deno run --allow-all ./scripts/release.ts" }, "imports": { "@std/assert": "jsr:@std/assert@1",