From 146dafedef48aaaf424364d80cbc4dc7d7232cb9 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Fri, 6 Feb 2026 23:17:20 +0800 Subject: [PATCH] update justfile --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/justfile b/justfile index d681431..9929e58 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,6 @@ alias tl:=test-libraries-no-check +alias pub:=publish +alias p:=publish _: @just --list @@ -11,3 +13,9 @@ test-libraries: test-libraries-no-check: deno test --allow-all --no-check libraries/* + +# publish +publish: + ./update-meta.sh + commit.ts +