diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-19 23:55:39 +0300 |
|---|---|---|
| committer | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-19 23:55:39 +0300 |
| commit | 07e2733e113b064611376ece88887dadc517dc38 (patch) | |
| tree | 8dc2ddef9ce2aca770b327c9c82b58328e22ec2a /Taskfile.yaml | |
| parent | bf39c17221d1df1815c9cd78fa33b144c9d5dfb6 (diff) | |
Update Taskfile build and run targets
Diffstat (limited to 'Taskfile.yaml')
| -rw-r--r-- | Taskfile.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml index 7b595c1..6400005 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -3,6 +3,9 @@ version: '3' tasks: default: cmds: + - go build -o tasksamurai ./cmd/tasksamurai + run: + cmds: - go run ./cmd/tasksamurai test: cmds: |
