fix: 修复淘宝更换npm源域名

This commit is contained in:
buyfakett 2024-01-25 20:41:17 +08:00
parent 35c6475534
commit 8aaa232b17

View File

@ -271,6 +271,7 @@ npm_install_2() {
cd $dir_work
echo -e "安装 $dir_work 依赖包...\n"
npm config set registry https://registry.npmmirror.com
npm_install_sub
cd $dir_current
}