fix(core): update
This commit is contained in:
parent
d42acf737f
commit
8900a13c6b
@ -54,7 +54,7 @@ const prepare = async () => {
|
|||||||
|
|
||||||
plugins.smartfile.memory.toFsSync(npmrcFileString, '/root/.npmrc');
|
plugins.smartfile.memory.toFsSync(npmrcFileString, '/root/.npmrc');
|
||||||
logger.log('info', `setting default npm registry to ${config.npmRegistryUrl}`);
|
logger.log('info', `setting default npm registry to ${config.npmRegistryUrl}`);
|
||||||
await bash(`npm set registry https:${config.npmRegistryUrl}`);
|
await bash(`npm set registry https://${config.npmRegistryUrl}`);
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user