Skip to content

Commit

Permalink
ci: build unlazy for Svelte check
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jan 3, 2024
1 parent 8670a76 commit c3d06ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
- name: Install
run: pnpm install

# Required for svelte-check
- name: Build
run: pnpm --filter=./packages/unlazy run build

- name: Typecheck
run: pnpm run test:types

Expand Down

0 comments on commit c3d06ce

Please sign in to comment.