From fab5309b0ea46675de66fa00e06f68bbdda4c3f2 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Tue, 15 Aug 2023 19:55:55 +0300 Subject: [PATCH] pnpm: install in root without confirmation --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 8124febb..9a8fccec 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ package-lock=false public-hoist-pattern=* +ignore-workspace-root-check=true