From bf0d5efbc037de4e8c5f3c2ba2f67bb225a3b166 Mon Sep 17 00:00:00 2001 From: David Michon Date: Tue, 28 Mar 2023 14:24:08 -0700 Subject: [PATCH] Revert some dev-time changes --- common/config/azure-pipelines/templates/build.yaml | 4 ++-- common/config/rush/pnpm-config.json | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/common/config/azure-pipelines/templates/build.yaml b/common/config/azure-pipelines/templates/build.yaml index faf314a423b..e5bf5e395bc 100644 --- a/common/config/azure-pipelines/templates/build.yaml +++ b/common/config/azure-pipelines/templates/build.yaml @@ -8,8 +8,8 @@ steps: displayName: 'git config email' - script: 'git config --local user.name Rushbot' displayName: 'git config name' - # - script: 'node common/scripts/install-run-rush.js change --verify' - # displayName: 'Verify Change Logs' + - script: 'node common/scripts/install-run-rush.js change --verify' + displayName: 'Verify Change Logs' - script: 'node common/scripts/install-run-rush.js install' displayName: 'Rush Install' - script: 'node common/scripts/install-run-rush.js retest --verbose --production' diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index ae34dbfa43d..50a1128c743 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -112,10 +112,6 @@ // "ignoreMissing": ["@eslint/*"], // "allowedVersions": { "react": "17" }, // "allowAny": ["@babel/*"] - // Remove once no longer on an RC branch - // This is needed to allow the RC version of Heft to satisfy peerDependencies on the - // normal version and vice-versa - "allowAny": ["@rushstack/heft"] }, /**