Skip to content

Commit

Permalink
build example app
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed Mar 7, 2024
1 parent b6143d8 commit a963b69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ jobs:
run: |
npm i
npm run build
- name: Build example app
run: |
cd examples/svelte-playground
npm i
npm run build

0 comments on commit a963b69

Please sign in to comment.