@@ -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