Skip to content

Commit f4bbdee

Browse files
committed
build: add explanation comment to confirmModulesPurge setting
Add to the `confirmModulesPurge: false` setting in `pnpm-workspace.yaml`.
1 parent 49e2dad commit f4bbdee

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
@@ -39,6 +39,10 @@ packageExtensions:
3939
engineStrict: false
4040
hoist: false
4141
autoInstallPeers: false
42+
43+
# Avoid prompting for confirmation when pnpm determines node_modules needs to be purged and recreated.
44+
confirmModulesPurge: false
45+
4246
allowBuilds:
4347
'@apollo/protobufjs': false
4448
'@firebase/util': false

0 commit comments

Comments
 (0)