Skip to content

Commit f226fd5

Browse files
committed
don't manage pnpm shim
1 parent 681306e commit f226fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devenv/lib/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from devenv.lib import proc
1010

1111

12-
_shims = ("node", "npm", "npx", "yarn", "pnpm")
12+
_shims = ("node", "npm", "npx", "yarn")
1313

1414

1515
def _install(url: str, sha256: str, into: str) -> None:

0 commit comments

Comments
 (0)