Skip to content

Commit bb271eb

Browse files
committed
build before checking types
1 parent 2d90ea7 commit bb271eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
restore-keys: |
2626
${{ runner.os }}-modules-
2727
- run: yarn install
28-
- run: yarn typecheck
2928
- run: yarn build
29+
- run: yarn typecheck
3030
- run: yarn lint:ci
3131
- run: yarn doctor

0 commit comments

Comments
 (0)