git-lfs/script/release

4 lines
89 B
Bash
Executable File

#!/usr/bin/env bash
make fmt
GO15VENDOREXPERIMENT=1 go run script/*.go -cmd release "$@"