We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6010a0f commit 889b72fCopy full SHA for 889b72f
.github/workflows/cr.yml
@@ -14,4 +14,4 @@ jobs:
14
cache: 'pnpm'
15
- run: pnpm install
16
- run: pnpm build
17
- - run: pnpx pkg-pr-new publish './dist' --compact --template './examples/*'
+ - run: pnpm dlx pkg-pr-new publish './dist' --compact --template './examples/*'
0 commit comments