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 Sep 9, 2024
1 parent e49b02c commit 79a78d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-ui.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 publish packages/ui --access public --no-git-checks
Expand Down

0 comments on commit 79a78d4

Please sign in to comment.