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
2026-04-01 12:00:00 +08:00
committed by GitHub
parent a891d141d2
commit 34ef34469a
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