diff --git a/.drone.yml b/.drone.yml index 98582e9..f4ec9d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,9 @@ kind: pipeline -type: kubernetes name: ci steps: - name: build image: node commands: - - npm config set registry https://r.ctdn.net + - npm config set registry https://cjs.ctdn.net - npm install - npm run build \ No newline at end of file