Skip to content

Commit

Permalink
chore: add make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Jan 17, 2022
1 parent 0d8472a commit 00923ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
- make generate
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 00923ab

Please sign in to comment.