lbryschema.go/schema/build.sh

6 lines
80 B
Bash
Raw Normal View History

2017-09-06 16:31:28 +02:00
#!/bin/bash
set -euxo pipefail
2017-11-08 03:41:07 +01:00
go build ./...
2017-11-09 04:01:32 +01:00
go build ./cli/lbryschema-cli.go