Skip to content

Commit

Permalink
use merged protos
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Jan 28, 2025
1 parent 7bc4c60 commit 793f21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/gen-protos
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

rm -rf pkg/proto/**/*.pb.go pkg/proto/**/*.pb.gw.go pkg/proto/**/*.swagger.json
if ! buf generate https://github.com/xmtp/proto.git#subdir=proto,branch=mkysel/metadata-endpoint; then
if ! buf generate https://github.com/xmtp/proto.git#subdir=proto,branch=main; then
echo "Failed to generate protobuf definitions"
exit 1
fi

0 comments on commit 793f21b

Please sign in to comment.