diff --git a/.drone.yml b/.drone.yml index a877aa2..d1c91ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - npm -v - mkdir -p ./node_modules - export NODE_MODULES_PATH=`pwd`/node_modules - # - npm config set registry https://registry.npmmirror.com + - npm config set registry https://registry.npmmirror.com - set NODE_OPTIONS=--openssl-legacy-provider - npm install - npm run build