Skip to content

Commit

Permalink
chore(CI): build sveltekit example
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Nov 30, 2023
1 parent e8e1d6d commit 1403cb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ jobs:
- name: Build (examples/browser)
run: npm run build
working-directory: examples/browser

- name: Install dependencies (examples/sveltekit)
run: npm ci
working-directory: examples/sveltekit
- name: Build (examples/sveltekit)
run: npm run build
working-directory: examples/sveltekit

0 comments on commit 1403cb7

Please sign in to comment.