Skip to content

Commit

Permalink
ci: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Feb 7, 2024
1 parent c67cc3d commit f8f1e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Build Package
run: |
yarn
yarn build packages/notifier
yarn build packages/${{ matrix.package }}
cd packages/${{ matrix.package }}
yarn pack --filename ${{ matrix.package }}.tgz
Expand Down

0 comments on commit f8f1e39

Please sign in to comment.