Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 908 Bytes

File metadata and controls

24 lines (18 loc) · 908 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > RushConfiguration > ensureConsistentVersions

RushConfiguration.ensureConsistentVersions property

Warning: This API is now obsolete.

This setting was moved from rush.json to common-versions.json<></>. Read it using Subspace.shouldEnsureConsistentVersions() instead.

If true, then consistent version specifiers for dependencies will be enforced. I.e. "rush check" is run before some commands.

Signature:

readonly ensureConsistentVersions: boolean;