8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615ed0b commit 3ba6009Copy full SHA for 3ba6009
libraries/rush-lib/src/api/Subspace.ts
@@ -278,7 +278,7 @@ export class Subspace {
278
public get shouldEnsureConsistentVersions(): boolean {
279
// If the subspaces feature is enabled, or the ensureConsistentVersions field is defined, return the value of the field
280
if (
281
- this._rushConfiguration.subspacesFeatureEnabled &&
+ this._rushConfiguration.subspacesFeatureEnabled ||
282
this.getCommonVersions().ensureConsistentVersions !== undefined
283
) {
284
return !!this.getCommonVersions().ensureConsistentVersions;
0 commit comments