From 848ba249ca35567600bcb2dc8a1465123c45994f Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Mon, 17 Jun 2024 13:15:33 -0400 Subject: [PATCH] add commit to build --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 5a59bdc..804e0c0 100644 --- a/justfile +++ b/justfile @@ -28,3 +28,4 @@ build: rm build/ludus.jimage janet -c src/ludus.janet build/ludus.jimage cd build && just build + git commit -am "build"