fix(npm cache): now correctly setting it when preparing npm

This commit is contained in:
2019-11-26 17:47:21 +00:00
parent ef7d85e7c4
commit 6ef6446022
2 changed files with 5 additions and 1 deletions

View File

@@ -62,7 +62,6 @@ export class NpmciNodeJsManager {
await bash('npm install -g npm');
await bash('node -v');
await bash('npm -v');
await bash(`npm config set cache ${paths.NpmciCacheDir} --global `);
// lets look for further config
const config = await this.npmciRef.npmciConfig.getConfig();