From c0d085b1e4cb9d626e735e2f8c8dba9637a16e52 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 21 May 2026 09:18:15 +0000 Subject: [PATCH] build: add explanation comment to confirmModulesPurge setting Add to the `confirmModulesPurge: false` setting in `pnpm-workspace.yaml`. --- pnpm-workspace.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 28717925c9f4..e5f41b40708a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -81,6 +81,10 @@ packageExtensions: engineStrict: false hoist: false 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