summaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml3
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: