mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
chore(docs) add missing watch: true
to example
This commit is contained in:
@@ -1817,6 +1817,7 @@ interval: 500ms
|
|||||||
tasks:
|
tasks:
|
||||||
build:
|
build:
|
||||||
desc: Builds the Go application
|
desc: Builds the Go application
|
||||||
|
watch: true
|
||||||
sources:
|
sources:
|
||||||
- '**/*.go'
|
- '**/*.go'
|
||||||
cmds:
|
cmds:
|
||||||
|
Reference in New Issue
Block a user