Reorder justfile quick-assess recipes with tests on top
This commit is contained in:
parent
735b58866c
commit
3571e8d355
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ alias w := run-watch
|
|||
|
||||
[private]
|
||||
quick-assess:
|
||||
{{ just_cmd }} check lint test
|
||||
{{ just_cmd }} test lint check
|
||||
|
||||
[private]
|
||||
quick-assess-run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue