Skip to content

Commit

Permalink
add list to generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan committed May 6, 2024
1 parent 2907077 commit 0d39075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ testacc:
generate:
pwd
find . -type f
go generate $(go list ./... | grep -v /vendor/)
go list ./...
go generate $(go list ./...)

# bootstrap the build by downloading additional tools
.PHONY: bootstrap
Expand Down

0 comments on commit 0d39075

Please sign in to comment.