Skip to content

Commit

Permalink
fix: proto generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Jul 26, 2023
1 parent 1315d9d commit ba578f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ docker:
########################################
### proto
proto:
cd www/grpc/ && buf generate proto
cd www/grpc/ && rm -rf gen && buf generate proto

# Generate static assets for Swagger-UI
cd www/grpc/ && statik -m -f -src swagger-ui/
Expand Down

0 comments on commit ba578f2

Please sign in to comment.