1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

chore(docs) add missing watch: true to example

This commit is contained in:
Andrey Nering 2023-10-11 09:40:14 -03:00 committed by GitHub
parent 75aa066d9c
commit 2842ae7fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1817,6 +1817,7 @@ interval: 500ms
tasks:
build:
desc: Builds the Go application
watch: true
sources:
- '**/*.go'
cmds: