Skip to content

Commit

Permalink
update make prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Sep 20, 2024
1 parent 4b3e0e9 commit d881195
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ docker-image-debug:
# Install all generate prerequisites
.Phony: prereqs
prereqs:
@which goimports &>/dev/null || go install golang.org/x/tools/cmd/goimports
@which stringer &>/dev/null || go install golang.org/x/tools/cmd/stringer
@which moq &>/dev/null || go install github.com/matryer/moq
@which statik &>/dev/null || go install github.com/rakyll/statik
@which mdformat &>/dev/null || pip3 install mdformat
@which protoc &>/dev/null || echo "Please install protoc for grpc (https://grpc.io/docs/languages/go/quickstart/)"
@which golangci-lint &>/dev/null || go install github.com/golangci/golangci-lint/cmd/[email protected]
go install golang.org/x/tools/cmd/goimports
go install golang.org/x/tools/cmd/stringer
go install github.com/matryer/moq
go install github.com/rakyll/statik
go install github.com/golangci/golangci-lint/cmd/[email protected]

# Run all the code generators in the project
.PHONY: generate
Expand Down

0 comments on commit d881195

Please sign in to comment.