Skip to content

Commit c3d06ce

Browse files
ci: build unlazy for Svelte check
1 parent 8670a76 commit c3d06ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
- name: Install
4040
run: pnpm install
4141

42+
# Required for svelte-check
43+
- name: Build
44+
run: pnpm --filter=./packages/unlazy run build
45+
4246
- name: Typecheck
4347
run: pnpm run test:types
4448

0 commit comments

Comments
 (0)