From 7299b0c6035d2342e8e9c0f40c8264b53fcc9b07 Mon Sep 17 00:00:00 2001 From: VisualYuki <57352899+VisualYuki@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:45:03 +0300 Subject: [PATCH] chore(npmrc): set `shell-emulator` to make scripts work on windows (#3198) --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index a6c380f6..1c851729 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ shamefully-hoist=true auto-install-peers=true ignore-workspace-root-check=true +shell-emulator=true