This commit is contained in:
Alan Agius 2026-05-22 12:11:38 -05:00 committed by GitHub
commit aa30749d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,3 +87,6 @@ hoist: false
# for peer dependencies, avoiding potential mismatches. In addition, it ensures we can continue
# to rely on peer dependency placeholders substituted via Bazel.
autoInstallPeers: false
# Avoid prompting for confirmation when pnpm determines node_modules needs to be purged.
confirmModulesPurge: false