(ts)(ci) add CI job for type checking via TypeScript

This commit is contained in:
Valentyne Stigloher 2024-01-19 19:44:55 +01:00
parent 8de2ebdaad
commit d06361344b

View File

@ -35,6 +35,10 @@ check:
- make switch LANG=en - make switch LANG=en
- end_section - end_section
- start_section "Type checking"
- yarn tsc || record_failure
- end_section
- start_section "Unit Tests" - start_section "Unit Tests"
- > - >
yarn test --ci --reporters=default --reporters=jest-junit yarn test --ci --reporters=default --reporters=jest-junit