From df1d79e4acbe1f53510af25b6a5e1ffae7fa28db Mon Sep 17 00:00:00 2001 From: 42 <33488710+FortyTwoFortyTwo@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:58:27 +0100 Subject: [PATCH] Add command to update shared submodule --- deno.json | 1 + shared | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 496a406..cfe60d1 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,7 @@ { "tasks": { "dev": "deno run -A --unstable-detect-cjs --watch src/mod.ts", + "shared": "cd shared && deno run -A update.ts", "lint": "deno lint", "fmt": "deno fmt", "fmt:check": "deno fmt --check", diff --git a/shared b/shared index 1a9ef9d..de027ef 160000 --- a/shared +++ b/shared @@ -1 +1 @@ -Subproject commit 1a9ef9d5184414b0fa096213df7df5653116a3a8 +Subproject commit de027ef18079d416d696dbc312f535d2cc46b309