소스 검색

更新 '.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