Skip to content

Commit

Permalink
fix(setup): pnpm_home should be a non-expandable env var
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 21, 2022
1 parent f3f3fee commit 2b709ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-cherries-argue.md
@@ -0,0 +1,5 @@
---
"pnpm": patch
---

`pnpm setup` should create PNPM_HOME as a non-expandable env variable on Windows [#4658](https://github.com/pnpm/pnpm/issues/4658).
2 changes: 1 addition & 1 deletion packages/plugin-commands-setup/package.json
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-setup#readme",
"dependencies": {
"@pnpm/cli-utils": "workspace:*",
"@pnpm/os.env.path-extender": "^0.2.7",
"@pnpm/os.env.path-extender": "^0.2.8",
"render-help": "^1.0.2"
},
"funding": "https://opencollective.com/pnpm",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b709ce

Please sign in to comment.