Skip to content

Commit

Permalink
chore(.github/workflows/cr.yml): modify 'pnpx' to 'pnpm dlx'
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon committed Dec 19, 2024
1 parent 6010a0f commit 889b72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpx pkg-pr-new publish './dist' --compact --template './examples/*'
- run: pnpm dlx pkg-pr-new publish './dist' --compact --template './examples/*'

0 comments on commit 889b72f

Please sign in to comment.