Skip to content

Commit

Permalink
fixed taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSaikovski committed May 20, 2024
1 parent fcabab9 commit 6e72176
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,8 @@ tasks:
- go fmt ./...
- go mod tidy -v
- golangci-lint run ./...

## generate - update build version
generate:
cmds:
- go generate $APPPATH

0 comments on commit 6e72176

Please sign in to comment.