Skip to content

Commit 5cbba5a

Browse files
alan-agius4josephperrott
authored andcommitted
build: add pnpm workspace configuration with minimum release age and Angular package exclusions.
1 parent 5da0f5e commit 5cbba5a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pnpm-worksapce.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
packages:
2+
- .
3+
# The minimum age of a release to be considered for dependency installation.
4+
# The value is in minutes (1440 minutes = 1 day).
5+
minimumReleaseAge: 1440
6+
# List of packages to exclude from the minimum release age check.
7+
minimumReleaseAgeExclude:
8+
- '@angular-devkit/*'
9+
- '@angular/*'
10+
- '@ngtools/webpack'
11+
- '@schematics/*'

0 commit comments

Comments
 (0)