From 80641b1460f1e49977183d0f3ec798da2e095dd9 Mon Sep 17 00:00:00 2001 From: Imbus Date: Tue, 5 Dec 2023 15:34:48 +0100 Subject: [PATCH] Justfile bump --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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