Add type checking to CI

This commit is contained in:
Matthias 2021-01-16 15:57:55 +01:00
parent c240b6c104
commit 31e2faee2f
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
- name: Run Lint
run: yarn lint-ci
- name: Run type check
run: yarn check-types
- name: Run Tests
run: yarn test:unit

View File

@ -7,6 +7,7 @@
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"check-types": "tsc --noemit",
"lint-ci": "vue-cli-service lint --no-fix"
},
"dependencies": {