Skip to content

Commit

Permalink
fix proto-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 15, 2024
1 parent 5552ff1 commit fac4fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/proto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ proto-all: proto-gen proto-swagger-gen

proto-gen:
@echo "Generating Protobuf files"
# to resolve permission issues
find . -type d -exec chmod 777 {} +
@$(protoImage) sh ./scripts/protocgen.sh;
go mod tidy
cd api
Expand Down

0 comments on commit fac4fca

Please sign in to comment.