Only watch important folders for test watcher

This commit is contained in:
TakeV 2024-05-26 18:58:37 -04:00
parent a60d062335
commit 463868124c
Signed by: TakeV
GPG key ID: A64F41345C7400AF

View file

@ -1,3 +1,3 @@
#!/bin/sh
watchexec -w . make
watchexec -w tests -w modules -w game.scm make