Justfile bump

This commit is contained in:
Imbus 2023-12-05 15:34:48 +01:00
parent 75da119da9
commit 80641b1460

View file

@ -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"