Skip to content

Commit 889b72f

Browse files
committed
chore(.github/workflows/cr.yml): modify 'pnpx' to 'pnpm dlx'
1 parent 6010a0f commit 889b72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
cache: 'pnpm'
1515
- run: pnpm install
1616
- run: pnpm build
17-
- run: pnpx pkg-pr-new publish './dist' --compact --template './examples/*'
17+
- run: pnpm dlx pkg-pr-new publish './dist' --compact --template './examples/*'

0 commit comments

Comments
 (0)