Home > @microsoft/rush-lib > PnpmOptionsConfiguration > useWorkspaces
PnpmOptionsConfiguration.useWorkspaces property
If true, then Rush will use the workspaces feature to install and link packages when invoking PNPM.
Signature:
readonly useWorkspaces: boolean;
Remarks
The default value is true. (For now.)