Skip to content

Commit

Permalink
restore hoist settings and update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLarkInn committed Aug 30, 2022
1 parent 0146456 commit 69a57f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions common/config/rush/.npmrc
Expand Up @@ -21,5 +21,8 @@
registry=https://registry.npmjs.org/
always-auth=false
# No phantom dependencies allowed in this repository
# Don't hoist in common/temp/node_modules
public-hoist-pattern=
# Don't hoist in common/temp/node_modules/.pnpm/node_modules
hoist=false
hoist-pattern=
2 changes: 1 addition & 1 deletion rush.json
Expand Up @@ -26,7 +26,7 @@
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
* for details about these alternatives.
*/
"pnpmVersion": "7.5.1",
"pnpmVersion": "7.9.5",

// "npmVersion": "6.14.15",
// "yarnVersion": "1.9.4",
Expand Down

0 comments on commit 69a57f4

Please sign in to comment.