diff --git a/.drone.yml b/.drone.yml index d3e1522..075ce5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: commands: - pwd - ls -alt - - npm config set registry https://registry.npm.taobao.org # 切换淘宝镜像 +# - npm config set registry https://registry.npm.taobao.org # 切换淘宝镜像 - npm install - npm run build when: