cosmos-sdk/scripts/protocgen-api.sh
Aaron Craelius d03469165a
feat: init API go module (#10600)
* feat: init api module

* add script

* update cosmos-proto
2021-11-23 13:20:56 -05:00

9 lines
121 B
Bash
Executable File

#!/usr/bin/env bash
# this script generates the new API go module using pulsar
set -eo pipefail
cd api
buf generate .