Watchexec targets modified in justfile

This commit is contained in:
Imbus 2023-12-11 14:59:11 +01:00
parent 270a9f381d
commit 26df774ca3

View file

@ -11,7 +11,7 @@ clean:
fd -td -I build -x rm -r
watch:
watchexec -c -w app/src "just test && just run"
watchexec -r -c -w app/src "just test && just run"
watchdoc:
watchexec -c -w app/src "just doc"
watchexec -r -c -w app/src "just doc"