Justfile bump
This commit is contained in:
parent
75da119da9
commit
80641b1460
1 changed files with 4 additions and 1 deletions
5
Justfile
5
Justfile
|
@ -5,4 +5,7 @@ test:
|
|||
./gradlew test
|
||||
|
||||
clean:
|
||||
fd -td -I build -x rm -r
|
||||
fd -td -I build -x rm -r
|
||||
|
||||
watch:
|
||||
watchexec -c -w app/src "just test && just run"
|
Loading…
Reference in a new issue