cosmos-sdk/scripts/protocgen2.sh

10 lines
190 B
Bash
Executable File

#!/usr/bin/env bash
# this script is for generating protobuf files for the new google.golang.org/protobuf API
set -eo pipefail
(cd api; buf generate .)
(cd orm/internal; buf generate .)