From 37918bf5e5858d7c88c43f4530ed1db8cd710501 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 24 Jul 2025 14:12:53 +0200 Subject: [PATCH] docs: :memo: add justfile recipe comments --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 1c7fdc7..952e952 100644 --- a/justfile +++ b/justfile @@ -29,6 +29,7 @@ check-commits: check-spelling: uvx typos +# Test and check that a data package can be created from the template test: #!/bin/zsh test_dir="$(pwd)/_temp" @@ -47,6 +48,7 @@ test: --data github_board_number=22 # TODO: Other checks/tests? +# Clean up any leftover and temporary build files cleanup: #!/bin/zsh rm -rf _temp