update the proto build script to add package name

This commit is contained in:
William Banfield
2021-11-09 18:02:42 -05:00
parent 4acd117b5e
commit e76fb3e8e1
3 changed files with 29 additions and 10 deletions
-1
View File
@@ -83,7 +83,6 @@ 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 run -v $(shell pwd):/workspace --workdir /workspace tendermintdev/docker-build-proto sh ./scripts/protocgen.sh
.PHONY: proto-gen