浏览代码

更新 '.drone.yml'

yoko 1 年之前
父节点
当前提交
61f67e6ea4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -15,7 +15,7 @@ steps:
   - name: build
     image: node:16.15
     commands:
-      - npm config set registry https://registry.npm.taobao.org
+      - npm config set registry http://nexus.fast-fun.cn:92/repository/npm-public/
       - npm install
       - npm run build:prod