Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 01226f0

Browse files
committed
Use build instead of check
1 parent 7303cae commit 01226f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm install --frozen-lockfile
3737

3838
- name: Check
39-
run: pnpm run check
39+
run: pnpm run build
4040

4141
- name: Test types
4242
run: pnpm run typecheck

0 commit comments

Comments
 (0)