Skip to content

Commit 65b65a6

Browse files
chore: fix github actions ordering
1 parent 66cd506 commit 65b65a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Lint
2626
run: |
2727
npm run lint
28+
- name: Build
29+
run: |
30+
npm run build
2831
- name: Check Types
2932
run: |
3033
npm run check:types

0 commit comments

Comments
 (0)