Add step to run typescript tests

This adds the `typings` step to the build, so that we will know if a typescript change breaks things.
This commit is contained in:
Gareth Jones 2022-01-22 08:52:20 +11:00 committed by GitHub
parent 9c9c79b8e7
commit c3966b5b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,3 +30,5 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run typings