Fix gobl watch path

master
kts of kettek 2022-04-19 17:25:35 -07:00
parent 5d9a7ba0d9
commit b6830fa315
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ func main() {
Exec("./gwfc") Exec("./gwfc")
Task("watch"). Task("watch").
Watch("interal/*/*.go", "data/*.go", "data/images/*"). Watch("internal/*/*.go", "data/*.go", "data/images/*").
//Watch("interal/*/*.go").
Signaler(SigQuit). Signaler(SigQuit).
Run("build"). Run("build").
Run("run") Run("run")