From 015866539077a688030416de1e13755bbf5b6b8a Mon Sep 17 00:00:00 2001 From: prescientmoon <git@moonythm.dev> Date: Thu, 20 Mar 2025 18:37:42 +0100 Subject: [PATCH] Auto commit `last_modified` changes --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 1585c5e..8b1ea48 100644 --- a/justfile +++ b/justfile @@ -16,6 +16,8 @@ build-dev: update-modification-dates: MOONYTHM_UPDATE_LAST_MODIFIED=1 cargo run + git add last_modified.toml + git commit -m "Update `last_modified.toml`" # }}} # {{{ Linting lint: lint-vnu lint-css lint-htmltest lint-htmlvalidate