chromedp/cmd/chromedp-gen/build.sh
Kenneth Shaw c112899581 Fixing chromedp-gen and updating protocol.json
- Fixes issues with different flag toggles on chromedp-gen
- Updating to latest protocol.json
2017-02-09 13:45:44 +07:00

11 lines
93 B
Bash
Executable File

#!/bin/bash
set -ve
go generate
go build
time ./chromedp-gen $@
go install ../../cdp/...