move default to the top

Former-commit-id: 1435e753e8
This commit is contained in:
Scott Richmond 2025-07-02 15:47:33 -04:00
parent 3063fe304e
commit 49b66ecf45

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