chromedp/cmd/chromedp-gen/build.sh

13 lines
121 B
Bash
Executable File

#!/bin/bash
set -ve
go generate
gofmt -w -s templates/*.go
go build
time ./chromedp-gen $@
go install ../../cdp/...