Skip to content

Commit

Permalink
chore: add cmd explanation to make file
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed May 30, 2024
1 parent 770be2f commit 456602d
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 @@ -158,7 +158,7 @@ proto-format:
proto-gen:
@echo "🤖 Generating code from protobuf..."
@docker run --rm \
--volume "$(PWD)":/workspace \
--volume "$(PWD)":/workspace `# Mount this repo as workspace` \
--volume "$$(go list -m -f '{{.Dir}}' github.com/cosmos/cosmos-sdk)":/cosmos-sdk:ro `# Mount cosmos-sdk from installed go modules` \
--workdir /workspace \
kyve-proto sh ./proto/generate.sh
Expand Down

0 comments on commit 456602d

Please sign in to comment.