From 8ce3979134113c8582786e7ae7a863a8891d9d44 Mon Sep 17 00:00:00 2001 From: Michael Cullan Date: Thu, 13 Feb 2025 14:33:50 -0800 Subject: [PATCH] test edit of justfile --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 63da69b..bc1fff4 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,7 @@ install: bun install + build: install bun run build