lbryschema.go/build.sh
Jack Robison c62c175d8b
more
2017-09-12 12:02:30 -04:00

6 lines
110 B
Bash
Executable file

#!/bin/bash
set -euxo pipefail
echo "Building protobuf files"
rm -rf pb/*.pb.go
protoc --go_out=. pb/*.proto