We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa7b9f commit 702a0feCopy full SHA for 702a0fe
libraries/rush-lib/src/cli/actions/VersionAction.ts
@@ -216,7 +216,7 @@ export class VersionAction extends BaseRushAction {
216
// Validate result of all subspaces
217
for (const subspace of rushConfig.subspaces) {
218
// Respect the `ensureConsistentVersions` field in rush.json
219
- if (!subspace.shouldEnsureConsistentVersions) {
+ if (!subspace.shouldEnsureConsistentVersions(variant)) {
220
return;
221
}
222
0 commit comments