8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm dlx
pnpx
1 parent dc28ed1 commit 0082322Copy full SHA for 0082322
README.md
@@ -96,7 +96,7 @@ nx jest
96
97
# npx jest
98
# yarn dls jest
99
-# pnpx jest
+# pnpm dlx jest
100
```
101
102
<br>
src/agents.ts
@@ -37,7 +37,7 @@ export const AGENTS = {
37
'add': 'pnpm i {0}',
38
'upgrade': 'pnpm update {0}',
39
'upgrade-interactive': 'pnpm update -i',
40
- 'execute': 'pnpx {0}',
+ 'execute': 'pnpm dlx {0}',
41
'uninstall': 'pnpm remove {0}',
42
'global_uninstall': 'pnpm remove -g {0}',
43
},
0 commit comments