Add type checking to ci (#626)

* Add type checking to ci

* Update @types/node to version 12

We are using node 12 on ci
This commit is contained in:
Justin Halsall
2021-07-13 16:31:45 +02:00
committed by GitHub
parent 9875a3df0b
commit 016ad90973
3 changed files with 6 additions and 5 deletions

View File

@@ -11,4 +11,5 @@ install:
- yarn
script:
- tsc --noEmit
- xvfb-run --server-args="-screen 0 1920x1080x24" npm test