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

chore: log when setting npmrc

parent 4f65356b
No related merge requests found
......@@ -34,6 +34,7 @@ async function renovatePackageFile(packageFileConfig) {
});
logger.debug('renovatePakageFile()');
if (config.npmrc) {
logger.debug('Setting .npmrc');
npmApi.setNpmrc(config.npmrc);
}
let upgrades = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment