chore: enforce src/protocol.d.ts is in sync (#5762)

* chore: enforce src/protocol.d.ts is in sync

On CI we run `npm run compare-protocol-d-ts` which checks that the file
on disk is up to date with the protocol we fetch from the browser.


Co-authored-by: Mathias Bynens <mathias@qiwi.be>
This commit is contained in:
Jack Franklin
2020-04-28 13:58:42 +01:00
committed by GitHub
parent 06d62c0165
commit 3bf9bd199d
3 changed files with 44 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ jobs:
env:
- CHROMIUM=true
script:
- npm run compare-protocol-d-ts
- npm run test-install
- npm run lint
- npm run test-doclint