Skip to content

Commit 558451d

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.
1 parent d213df7 commit 558451d

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
@@ -57,3 +57,6 @@ allowBuilds:
5757
puppeteer: false
5858
utf-8-validate: false
5959
webdriver-manager: true
60+
61+
# Workaround as the default 'install' causes problems during `pnpm ng-dev pr merge` as the lockfile is updated.
62+
verifyDepsBeforeRun: warn

0 commit comments

Comments
 (0)