Skip to content

Commit

Permalink
Run pnpm package instead of pnpm build before publishing to `pkg.…
Browse files Browse the repository at this point in the history
…pr.new`
  • Loading branch information
techniq committed Feb 16, 2025
1 parent 1b707bb commit fbae381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-pr-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:

- run: pnpm install --frozen-lockfile

- run: pnpm build
- run: pnpm package

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

0 comments on commit fbae381

Please sign in to comment.