Swap the order of all-min and all-max

This commit is contained in:
2026-08-12 13:28:58 -06:00
parent 759f7249d8
commit 7519907a6a
2 changed files with 41 additions and 30 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ set default-list
alias update := update-min
all:
just all-max
just all-min
just all-max
all-min: update-min build lint test example doc format
all-max: update-max build lint test example doc format