Skip to content

Commit

Permalink
ci: use pnpm dlx (#13286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Feb 21, 2025
1 parent c6bf6b3 commit e5ea5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:

- name: Publish packages
run: |
pnpx pkg-pr-new publish --pnpm --compact --no-template 'packages/astro' 'packages/integrations/node' 'packages/integrations/cloudflare' 'packages/integrations/netlify' 'packages/integrations/vercel'
pnpm dlx pkg-pr-new publish --pnpm --compact --no-template 'packages/astro' 'packages/integrations/node' 'packages/integrations/cloudflare' 'packages/integrations/netlify' 'packages/integrations/vercel'

0 comments on commit e5ea5a9

Please sign in to comment.