summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/sdk/scripts/lint
blob: c10fa02f62012e0326bd251a5c28af0dac842956 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

set -e

cd "$(dirname "$0")/.."

echo "==> Running Go build"
go build .

# Compile the tests but don't run them
go test -c .