Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dev/gen-proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if [ -n "$(go env GOPATH)" ]; then
export PATH="${FOUND_GOPATH}/bin:${PATH}"
fi

PROTO_PATH="${1:-buf.build/xmtp/proto}"

rm -rf ./pkg/proto
buf generate --template proto/buf.gen.yaml
buf generate buf.build/xmtp/proto
buf generate "$PROTO_PATH"
Loading