更新 Jenkinsfile
This commit is contained in:
parent
f215c8677e
commit
657a678671
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
|||||||
npm cache clean --force
|
npm cache clean --force
|
||||||
|
|
||||||
echo "设置国内镜像源加速..."
|
echo "设置国内镜像源加速..."
|
||||||
npm config set registry https://registry.npmjs.org
|
npm config set registry https://registry.npmmirror.com
|
||||||
|
|
||||||
# 安装其他依赖
|
# 安装其他依赖
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user