chore(taskfile): add go.mod as a dependency of install

This commit is contained in:
Andrey Nering
2026-01-24 18:49:38 -03:00
parent 0a82e2e053
commit f9052c9fdf

View File

@@ -29,6 +29,7 @@ tasks:
aliases: [i]
sources:
- './**/*.go'
- go.mod
cmds:
- go install -v ./cmd/task