From 058d555193db5e6c053eadddafd53d3376d0c0bd Mon Sep 17 00:00:00 2001 From: Lyssieth Date: Tue, 10 Dec 2024 04:05:43 +0200 Subject: [PATCH] Adjust the watch command --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index f5e02f1..4b9cbb9 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,2 @@ watch: - watchexec -e zig -c -- zig build test \ No newline at end of file + watchexec -e zig -c -- zig build test --summary none \ No newline at end of file