Skip to content

Commit

Permalink
feat: use pnpm dlx instead of pnpx (antfu-collective#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
adaex authored Oct 8, 2021
1 parent dc28ed1 commit 0082322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ nx jest

# npx jest
# yarn dls jest
# pnpx jest
# pnpm dlx jest
```

<br>
Expand Down
2 changes: 1 addition & 1 deletion src/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const AGENTS = {
'add': 'pnpm i {0}',
'upgrade': 'pnpm update {0}',
'upgrade-interactive': 'pnpm update -i',
'execute': 'pnpx {0}',
'execute': 'pnpm dlx {0}',
'uninstall': 'pnpm remove {0}',
'global_uninstall': 'pnpm remove -g {0}',
},
Expand Down

0 comments on commit 0082322

Please sign in to comment.