Skip to content

Commit

Permalink
add pnpm -r build to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
receter committed Jul 16, 2024
1 parent a0bc838 commit 0db2630
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build all packages
run: pnpm -r build

- name: Publish 🚀
shell: bash
run: pnpm -r publish --access public --no-git-checks
Expand Down

0 comments on commit 0db2630

Please sign in to comment.