This commit is contained in:
aoshiguchen
2024-12-18 19:45:19 +08:00
parent 1378e808f8
commit 216bbb449f
+3
View File
@@ -23,6 +23,9 @@ stages:
displayName: Nodejs 构建
nodeVersion: 14.16.0
commands:
- '# 切换到工作目录'
- ''
- cd ./neutrino-proxy-vuepress
- '# 设置NPM源,提升安装速度'
- npm config set registry https://registry.npmmirror.com
- ''