Skip to content

Commit

Permalink
Update Taskfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSaikovski committed May 27, 2024
1 parent 173b7b3 commit ca853ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ tasks:
## build - Builds the project in preparation for debug
build:
desc: "Builds the project in preparation for debug."
deps: [clean]
cmds:
- go build -o bin/$TARGET $APPPATH
- file bin/$TARGET
Expand Down

0 comments on commit ca853ef

Please sign in to comment.