Add typecheck to CI

This commit is contained in:
John Lees-Miller 2020-04-29 20:58:46 +01:00
parent f6eb185f84
commit 6078aa963d

View file

@ -11,6 +11,7 @@ jobs:
steps:
- run: npm install
- run: npm run lint
- run: npm run typecheck
- run: npm test
workflows:
build-and-test: