Skip to content

Commit 84a2fab

Browse files
committed
chore(repo): drop the redundant examples globs from the root pnpm workspace
examples/*/* only matched directories that the exclusions removed again; everything under examples/ is a standalone pnpm workspace now.
1 parent fe0b64d commit 84a2fab

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pnpm-workspace.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ packages:
66
- 'nx-dev/*'
77
- 'tools/*'
88
- 'astro-docs'
9-
- 'examples/*/*'
10-
# the examples are standalone pnpm workspaces with their own lockfiles
11-
- '!examples/react/basic'
12-
- '!examples/angular-rspack/**'
9+
# examples/ contains standalone pnpm workspaces with their own lockfiles
1310
- 'packages/nx/native-packages/*'
1411
minimumReleaseAge: 1440
1512
minimumReleaseAgeExclude:

0 commit comments

Comments
 (0)