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