chore(justfile): add 'front-check' for lazy devs

This commit is contained in:
Edouard Vanbelle
2026-05-25 18:49:08 +02:00
parent 7cc57db262
commit 80425aed03
+3
View File
@@ -54,6 +54,9 @@ db-down:
front-dev:
PROFILE=dev cargo run
# front: check all (linter, format, type, ...)
front-check: front-fmt front-lint front-type front-rules
front-fmt:
biome format static/