Documentation fix for --filter (#20714)

This commit is contained in:
pagal
2025-07-02 04:00:39 +05:30
committed by GitHub
parent 1b5c6fcfb5
commit cd561c6bba

View File

@@ -28,7 +28,7 @@ $ bun install --filter '!pkg-c'
$ bun install --filter './packages/*'
# Save as above, but exclude the root package.json
$ bun install --filter --filter '!./' --filter './packages/*'
$ bun install --filter '!./' --filter './packages/*'
```
Similarly, `bun outdated` will display outdated dependencies for all packages in the monorepo, and `--filter` can be used to restrict the command to a subset of the packages: