Skip to content

Commit

Permalink
fix: swagger gen (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 authored Mar 21, 2023
1 parent 7169dae commit b8f645c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,7 @@ proto-gen:
@echo "Generating Protobuf files"
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace tendermintdev/sdk-proto-gen:v0.3 sh ./scripts/protocgen.sh

proto-swagger-gen:
@echo "Generating Swagger files"
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace tendermintdev/sdk-proto-gen:v0.3 sh ./scripts/protoc-swagger-gen.sh

.PHONY: proto-all proto-gen proto-swagger-gen
.PHONY: proto-all proto-gen

########################################
### Tools & dependencies
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Empty file modified scripts/protoc-swagger-gen.sh
100644 → 100755
Empty file.

0 comments on commit b8f645c

Please sign in to comment.