Skip to content

Commit f9052c9

Browse files
committed
chore(taskfile): add go.mod as a dependency of install
1 parent 0a82e2e commit f9052c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tasks:
2929
aliases: [i]
3030
sources:
3131
- './**/*.go'
32+
- go.mod
3233
cmds:
3334
- go install -v ./cmd/task
3435

0 commit comments

Comments
 (0)