mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
10 lines
184 B
Bash
Executable File
10 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eo pipefail
|
|
|
|
buf generate --path proto/tendermint
|
|
|
|
mv ./proto/tendermint/abci/types.pb.go ./abci/types
|
|
|
|
mv ./proto/tendermint/rpc/grpc/types.pb.go ./rpc/grpc
|