[easy] run typechecking on CI (#954)

This commit is contained in:
Keyan Zhang 2020-03-14 21:12:39 -07:00 committed by GitHub
parent 3f8144ef85
commit 05af9f04ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -19,5 +19,6 @@ jobs:
npm ci
npm run test:other
npm run test:code
npm run test:typecheck
env:
CI: true