Skip to content

Commit c87df3e

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

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
@@ -47,3 +47,6 @@ minimumReleaseAgeExclude:
4747
- '@ngtools/webpack'
4848
- '@schematics/*'
4949
- 'ng-packagr'
50+
51+
# Avoid prompting for confirmation when pnpm determines node_modules needs to be purged and recreated.
52+
confirmModulesPurge: false

0 commit comments

Comments
 (0)