Skip to content

Commit fa9fc6e

Browse files
committed
build: set verifyDepsBeforeRun to warn in pnpm workspace configuration
The default 'install' setting causes unexpected lockfile updates during `pnpm ng-dev pr merge`. Setting it to `warn` prevents automatic dependency installation while still alerting if dependencies are out of sync. (cherry picked from commit af7f00e)
1 parent 61cfc6d commit fa9fc6e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ allowBuilds:
6060
puppeteer: false
6161
utf-8-validate: false
6262
webdriver-manager: true
63+
64+
# Workaround as the default 'install' causes problems during `pnpm ng-dev pr merge` as the lockfile is updated.
65+
verifyDepsBeforeRun: warn

0 commit comments

Comments
 (0)