Skip to content
Snippets Groups Projects
Commit 6478f3c5 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: don’t log config with ever lock file remove

parent f7f0ad14
Branches
Tags 24.26.0
No related merge requests found
......@@ -242,7 +242,7 @@ async function writeExistingFiles(config) {
packageLock
);
} else {
logger.debug({ config }, `Removing ${basedir}/package-lock.json`);
logger.debug(`Removing ${basedir}/package-lock.json`);
await fs.remove(upath.join(basedir, 'package-lock.json'));
}
if (packageFile.yarnLock && config.type !== 'lockFileMaintenance') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment