From 2d3eaa3ca37f86bbf659aed2bc334274e264f606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Fr=C3=B6hlich?= Date: Mon, 23 Oct 2023 04:23:06 +0200 Subject: [PATCH] chore: run `nr dev` scripts concurrently on windows (#287) --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 5c7cef73e7..8dc950f66f 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ strict-peer-dependencies=false shamefully-hoist=true ignore-workspace-root-check=true +shell-emulator=true