Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
workflow: Build 'yarn examples' for build job
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrdz committed Jun 2, 2022
1 parent 6d2b8a1 commit e4e69c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
run: yarn
- name: Build source
run: yarn build
- name: Build examples
run: yarn examples

# Publish package build to Github Packages registry
# Publish package build to GitHub Packages registry
publish-gpr:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4e69c9

Please sign in to comment.