Watchexec targets modified in justfile
This commit is contained in:
parent
270a9f381d
commit
26df774ca3
1 changed files with 2 additions and 2 deletions
4
Justfile
4
Justfile
|
@ -11,7 +11,7 @@ clean:
|
||||||
fd -td -I build -x rm -r
|
fd -td -I build -x rm -r
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
watchexec -c -w app/src "just test && just run"
|
watchexec -r -c -w app/src "just test && just run"
|
||||||
|
|
||||||
watchdoc:
|
watchdoc:
|
||||||
watchexec -c -w app/src "just doc"
|
watchexec -r -c -w app/src "just doc"
|
||||||
|
|
Loading…
Reference in a new issue