mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: disable pnpm dependency verification during automated PR merges
Trying to unblock caretaker.
This commit is contained in:
committed by
Kirill Cherkashin
parent
681148c674
commit
b8d40c835b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user