move default to the top

This commit is contained in:
Scott Richmond 2025-07-02 15:47:33 -04:00
parent f6ad3b6966
commit 1435e753e8

View File

@ -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