diff --git a/.drone.yml b/.drone.yml index 2872e9b..73b22ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,8 @@ steps: commands: - pwd - ls -alt - - npm config set registry https://registry.npm.taobao.org + - npm config set registry https://registry.npmjs.org/ + - npm cache clean --force - npm install - name: build-vuepress