Skip to content

Commit

Permalink
feat: add task
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 13, 2024
1 parent 3f840c4 commit 325da9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node/taskfiles/taskfile.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ tasks:
dotenv: [".env"]
cmds:
- go run ./cmd/dal/main.go
dal-build:
cmds:
- mkdir -p ~/bin
- go build -v -o ~/bin/dal ./cmd/dal
reporter:
dotenv: [".env"]
cmds:
Expand Down

0 comments on commit 325da9b

Please sign in to comment.