From b8d40c835be05588380ceb9138cbfc87c1dc1c16 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:42:17 +0000 Subject: [PATCH] build: disable pnpm dependency verification during automated PR merges Trying to unblock caretaker. --- pnpm-workspace.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c5af583813c..34b585e15cc 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -90,3 +90,6 @@ autoInstallPeers: false # Avoid prompting for confirmation when pnpm determines node_modules needs to be purged. confirmModulesPurge: false + +# Workaround as the default 'install' causes problems during `pnpm ng-dev pr merge` as the lockfile is updated. +verifyDepsBeforeRun: warn