Home > @microsoft/rush-lib > PnpmOptionsConfiguration > alwaysFullInstall
PnpmOptionsConfiguration.alwaysFullInstall property
(EXPERIMENTAL) If "true", then filtered installs ("rush install --to my-project") will be disregarded, instead always performing a full installation of the lockfile. This setting is primarily useful with Rush subspaces which enable filtering across multiple lockfiles, if filtering may be inefficient or undesirable for certain lockfiles.
The default value is false.
Signature:
readonly alwaysFullInstall: boolean | undefined;