Skip to content
Snippets Groups Projects
Unverified Commit 4aab6640 authored by Sergei Zharinov's avatar Sergei Zharinov Committed by GitHub
Browse files

fix(npm): Don't skip lockfile-only updates (#33497)

parent 558e73c9
Branches
Tags 39.100.2
No related merge requests found
......@@ -370,14 +370,6 @@ export async function getAdditionalFiles(
logger.debug('Skipping lock file generation');
return { artifactErrors, updatedArtifacts };
}
if (
config.reuseExistingBranch &&
!config.updatedPackageFiles?.length &&
config.upgrades?.every((upgrade) => upgrade.isLockfileUpdate)
) {
logger.debug('Existing branch contains all necessary lock file updates');
return { artifactErrors, updatedArtifacts };
}
logger.debug('Getting updated lock files');
if (
config.updateType === 'lockFileMaintenance' &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment