8000 feat: use `pnpm dlx` instead of `pnpx` (#26) · antfu-collective/ni@0082322 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 0082322

Browse files
authored
feat: use pnpm dlx instead of pnpx (#26)
1 parent dc28ed1 commit 0082322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ nx jest
9696

9797
# npx jest
9898
# yarn dls jest
9FCA
99-
# pnpx jest
99+
# pnpm dlx jest
100100
```
101101

102102
<br>

src/agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const AGENTS = {
3737
'add': 'pnpm i {0}',
3838
'upgrade': 'pnpm update {0}',
3939
'upgrade-interactive': 'pnpm update -i',
40-
'execute': 'pnpx {0}',
40+
'execute': 'pnpm dlx {0}',
4141
'uninstall': 'pnpm remove {0}',
4242
'global_uninstall': 'pnpm remove -g {0}',
4343
},

0 commit comments

Comments
 (0)
0