Add just check command.

This commit is contained in:
Drew 2025-09-22 02:14:39 -07:00
parent c443a13a14
commit 66e0a1d3f3
2 changed files with 6 additions and 31 deletions

View file

@ -25,5 +25,7 @@ fmt-check: fmt-check-backend fmt-check-frontend
lint: lint-backend lint-frontend
check: fmt-check lint test
clean: clean-backend clean-frontend