From 1eea9969e740265cc17e6e572a8ebad7cb0e3aae Mon Sep 17 00:00:00 2001 From: Raman Aktsisiuk Date: Wed, 28 Sep 2022 10:59:40 +0200 Subject: [PATCH] update note for pnpm --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 33a011d42f2..a852818c481 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,6 +47,7 @@ public-hoist-pattern=* shamefully-hoist=true ``` +Note: Setting shamefully-hoist to true is the same as setting public-hoist-pattern to *. ## Boilerplates @@ -152,4 +153,4 @@ DEBUG=electron-builder ## Community -[electron-builder](https://electron-builder.zulipchat.com/) on Zulip. \ No newline at end of file +[electron-builder](https://electron-builder.zulipchat.com/) on Zulip.