chore(ci): disable typecheck

This commit is contained in:
Benjamin Canac
2023-02-16 17:02:07 +01:00
parent c0e493d96a
commit ca171f3095

View File

@@ -41,8 +41,8 @@ jobs:
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
# - name: Typecheck
# run: yarn typecheck
- name: Build
run: yarn build