8000 Update libraries/rush-lib/src/api/RushConfiguration.ts · microsoftly/rushstack@061c9f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 061c9f7

Browse files
Update libraries/rush-lib/src/api/RushConfiguration.ts
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent a8d8257 commit 061c9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/rush-lib/src/api/RushConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ export class RushConfiguration {
827827
);
828828
} else if (
829829
!this.subspacesFeatureEnabled &&
830-
rushConfigurationJson.ensureConsistentVersions === true &&
830+
rushConfigurationJson.ensureConsistentVersions !== undefined &&
831831
this.defaultSubspace.getCommonVersions().ensureConsistentVersions
832832
) {
833833
throw new Error(

0 commit comments

Comments
 (0)
0