add typecheck script

This commit is contained in:
Lukas Hass
2022-02-03 18:41:13 +01:00
parent 2e115efdc5
commit faf6be889e
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -56,6 +56,10 @@ jobs:
ADMIN_URL: "//localhost:80"
working-directory: "front"
- name: "Typecheck"
run: yarn run typecheck
working-directory: "front"
- name: "Svelte check"
run: yarn run svelte-check
working-directory: "front"
@@ -165,4 +169,3 @@ jobs:
- name: "Prettier"
run: yarn run pretty-check
working-directory: "back"