diff --git a/Justfile b/Justfile index d95a04c..6ef3ad1 100644 --- a/Justfile +++ b/Justfile @@ -5,4 +5,7 @@ test: ./gradlew test clean: - fd -td -I build -x rm -r \ No newline at end of file + fd -td -I build -x rm -r + +watch: + watchexec -c -w app/src "just test && just run" \ No newline at end of file