node*: fix pnpm global install (#1536)

This commit is contained in:
strangelife 2020-10-29 22:44:59 +08:00 committed by GitHub
parent 23b03017ea
commit 2a0f08cf69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -20,8 +20,8 @@
"cache"
],
"env_add_path": [
".",
"bin"
"bin",
"."
],
"post_install": [
"# Set npm prefix to install modules inside bin and npm cache so they persist",

View File

@ -20,8 +20,8 @@
"cache"
],
"env_add_path": [
".",
"bin"
"bin",
"."
],
"post_install": [
"# Set npm prefix to install modules inside bin and npm cache so they persist",

View File

@ -20,8 +20,8 @@
"cache"
],
"env_add_path": [
".",
"bin"
"bin",
"."
],
"post_install": [
"# Set npm prefix to install modules inside bin and npm cache so they persist",