makefile remove testing logic

This commit is contained in:
William Banfield
2021-11-15 11:51:20 -05:00
parent ffde6ca6c8
commit 681486e305

View File

@@ -83,6 +83,7 @@ proto-all: proto-gen proto-lint proto-check-breaking
.PHONY: proto-all
proto-gen:
@docker pull -q tendermintdev/docker-build-proto
@echo "Generating Protobuf files"
@$(DOCKER_PROTO_BUILDER) sh ./scripts/protocgen.sh
.PHONY: proto-gen