From bdd2e31fa7e110d0433d50427da888d68ec56d3d Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Mon, 21 Aug 2023 22:06:38 +0300 Subject: [PATCH] [pnpm] enable shell-emulator for new contributors on windows --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 9a8fccec..3a58a3db 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ package-lock=false public-hoist-pattern=* ignore-workspace-root-check=true +shell-emulator=true