From 07e2733e113b064611376ece88887dadc517dc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:55:39 +0300 Subject: Update Taskfile build and run targets --- Taskfile.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Taskfile.yaml') diff --git a/Taskfile.yaml b/Taskfile.yaml index 7b595c1..6400005 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -2,6 +2,9 @@ version: '3' tasks: default: + cmds: + - go build -o tasksamurai ./cmd/tasksamurai + run: cmds: - go run ./cmd/tasksamurai test: -- cgit v1.2.3