Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
add grpc config back in
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Mar 11, 2022
1 parent 68d6971 commit 431a2d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ devrelease:
grpc:
@echo "generating miner grpc services"
REBAR_CONFIG="config/grpc_client_gen_local.config" $(REBAR) grpc gen
REBAR_CONFIG="config/grpc_client_gen.config" $(REBAR) grpc gen

$(GRPC_SERVICE_DIR):
@echo "miner grpc service directory $(directory) does not exist"
Expand Down

0 comments on commit 431a2d5

Please sign in to comment.