Skip to content

Commit 3400bb6

Browse files
authored
chore: fix typecheck (#124)
1 parent d93abc7 commit 3400bb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,13 @@ jobs:
7272
- name: Format code
7373
run: pnpm format:check
7474

75-
- name: TypeCheck
76-
run: pnpm typecheck
77-
7875
- name: Lint code
7976
run: pnpm lint
8077

8178
- name: Build packages
8279
run: pnpm build
80+
- name: TypeCheck
81+
run: pnpm typecheck
8382

8483
- name: Test on Linux
8584
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)