From 38b6f2214530d118764101e0e3d370df509ea973 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Apr 2026 10:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Modify=20justfile=20to=20add=20`?= =?UTF-8?q?--auto-commit`=20flag=20to=20`commit.ts`=20in=20publish=20scrip?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 68b83b2..0608f20 100644 --- a/justfile +++ b/justfile @@ -26,5 +26,5 @@ update: # publish scripts publish: @just update - commit.ts + commit.ts --auto-commit