Skip to content

Commit 2636aa3

Browse files
committed
Update ci.yml
1 parent 4d08804 commit 2636aa3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Install dependencies
2424
run: bun install --frozen-lockfile
2525

26-
- name: Typecheck code
27-
run: bun run typecheck
28-
2926
- name: Build
3027
run: bun run build
3128

29+
- name: Typecheck code
30+
run: bun run typecheck
31+
3232
- name: Run tests
3333
run: bun run test

0 commit comments

Comments
 (0)