c112899581
- Fixes issues with different flag toggles on chromedp-gen - Updating to latest protocol.json
11 lines
93 B
Bash
Executable File
11 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ve
|
|
go generate
|
|
|
|
go build
|
|
|
|
time ./chromedp-gen $@
|
|
|
|
go install ../../cdp/...
|