Commit ec3f8f8a authored by 杨思琦's avatar 杨思琦

fix: 安装包路径

parent 0d3985b7
Pipeline #61186 waiting for manual action with stages
......@@ -9,7 +9,7 @@ function findFile(dir, findStr) {
if (fileName.indexOf(module.dir) !== -1) {
module.component.forEach(compo => {
execSync(`npm uninstall ${compo}`);
execSync(`npm install ${compo}`);
execSync(`npm install ${compo} --registry=https://g.civnet.cn:4873`);
});
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment