Skip to content

Commit

Permalink
feat: build examples on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Nov 27, 2024
1 parent fca2e4a commit c76c74b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Build packages
run: pnpm run build

- name: Build examples
run: pnpm run build-examples

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
Expand Down

0 comments on commit c76c74b

Please sign in to comment.