Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ 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 and recreated.
confirmModulesPurge: false
Comment thread
alan-agius4 marked this conversation as resolved.

allowBuilds:
'@firebase/util': false
'@google/genai': false
Expand Down
Loading