Move typecheck to happen before lint

This commit is contained in:
Hammad Jutt
2020-08-04 20:44:27 -06:00
parent d26150e90d
commit e7e929f5de

View File

@@ -33,13 +33,13 @@ jobs:
env:
CI: true
- name: Linting
run: yarn lint
- name: Typechecking
run: yarn typecheck
env:
CI: true
- name: Typechecking
run: yarn typecheck
- name: Linting
run: yarn lint
env:
CI: true