Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 898 Bytes

File metadata and controls

21 lines (15 loc) · 898 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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;