Skip to content

Commit

Permalink
chore(ci): update the command to build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Feb 16, 2025
1 parent 21dcf0a commit 95e0174
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pkg-pr-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
with:
node-version: 22
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build

- run: pnpx pkg-pr-new publish './packages/*'
- name: Publish
run: pnpx pkg-pr-new publish './packages/*'

0 comments on commit 95e0174

Please sign in to comment.