mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Documentation fix for --filter (#20714)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user