pnpm recursive rebuild <Package...> <filepaths>
Rebuild a package
Arguments
Name | Description |
---|---|
Package | |
filepaths | filepaths |
Options
Name | Description |
---|---|
--recursive, -r | This command runs the pnpm rebuild command in every package of the monorepo |
--filter <Filepath / Package> | Filtering allows you to restrict commands to specific subsets of packages. pnpm supports a rich selector syntax for picking packages by name or by relation. More details: https://pnpm.io/filtering |