Skip to content

Commit a876dd2

Browse files
authored
Add pnpx shortcut
1 parent 462561a commit a876dd2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

bucket/pnpm.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@
1313
"To install the LTS version of Node.js, use following command:",
1414
"pnpm env use --global lts"
1515
],
16-
"bin": "pnpm.exe",
16+
"bin": [
17+
"pnpm.exe",
18+
[
19+
"pnpm.exe",
20+
"pnpx",
21+
"dlx"
22+
]
23+
],
1724
"persist": [
1825
"store",
1926
"global",

0 commit comments

Comments
 (0)