Skip to content

Commit f8b1d6e

Browse files
authored
chore: fix ci pipeline (#720)
* chore: fix ci pipeline * chore: reorgnize ci check steps
1 parent 1f7e7a3 commit f8b1d6e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,11 @@ jobs:
4242
- name: format
4343
run: pnpm format:check
4444

45-
#- name: typecheck
46-
# run: pnpm tsc
45+
- name: build
46+
run: pnpm build
4747

4848
- name: lint code
4949
run: pnpm lint:js
5050

5151
- name: test
5252
run: pnpm test:ci
53-
54-
- name: build
55-
run: pnpm build

0 commit comments

Comments
 (0)