From 1435e753e8c46143cef82c9225cf8bd150521d58 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Wed, 2 Jul 2025 15:47:33 -0400 Subject: [PATCH] move default to the top --- justfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index d56c057..99f9331 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,6 @@ +default: + @just --list + # build optimized wasm build: && clean-wasm-pack # build with wasm-pack @@ -35,5 +38,3 @@ release: serve: live-server pkg -default: - @just --list