From 01caa45c51d8faf956dc37aa2627d3753dc900fa Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 21 May 2026 09:21:45 +0000 Subject: [PATCH] build: disable pnpm modules purge confirmation in workspace configuration --- pnpm-workspace.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index bcab62fcf536..a8b25e500967 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -44,6 +44,10 @@ hoist: false # for peer dependencies, avoiding potential mismatches. In addition, it ensures we can continue # to rely on peer dependency placeholders substituted via Bazel. autoInstallPeers: false + +# Avoid prompting for confirmation when pnpm determines node_modules needs to be purged and recreated. +confirmModulesPurge: false + allowBuilds: '@firebase/util': false '@google/genai': false