ci: Run check-types as part of the CI

pull/22402/head
Julien Rebetez 2023-02-15 11:21:16 +01:00
parent cc3e3e2827
commit 50e3b43e7b
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ jobs:
node-version: '10.15.0'
registry-url: https://registry.npmjs.com/
- name: Check types
run: npm run check-types
- name: Build
run: npm run bootstrap && npm run deploy:build