Add check-types to package.json (#627)

* Add type checking to ci

* Update @types/node to version 12

We are using node 12 on ci

* Add check-types to package.json
This commit is contained in:
Justin Halsall
2021-07-13 17:46:45 +02:00
committed by GitHub
parent 016ad90973
commit 6ef260089f
2 changed files with 4 additions and 3 deletions

View File

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