Skip to content

Commit 83f2891

Browse files
authored
build: add explanation comment to confirmModulesPurge setting (#33298)
Add to the `confirmModulesPurge: false` setting in `pnpm-workspace.yaml`.
1 parent 5b2018f commit 83f2891

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ packageExtensions:
8282
engineStrict: false
8383
hoist: false
8484
autoInstallPeers: false
85+
86+
# Avoid prompting for confirmation when pnpm determines node_modules needs to be purged and recreated.
87+
confirmModulesPurge: false
88+
8589
allowBuilds:
8690
'@firebase/util': false
8791
'@google/genai': false

0 commit comments

Comments
 (0)