Add just check command.
This commit is contained in:
parent
c443a13a14
commit
66e0a1d3f3
2 changed files with 6 additions and 31 deletions
2
justfile
2
justfile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue