From f4bbdeed7636bf2695db4b926cd299f5a96f44e0 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 21 May 2026 09:15:55 +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 0e0e8be1b7..44a26d413e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -39,6 +39,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: '@apollo/protobufjs': false '@firebase/util': false