build: disable pnpm dependency verification during automated PR merges

Trying to unblock caretaker.
This commit is contained in:
Alan Agius
2026-06-24 06:42:17 +00:00
committed by Kirill Cherkashin
parent 681148c674
commit b8d40c835b
+3
View File
@@ -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