diff --git a/.drone.yml b/.drone.yml index e782e65c..ffe68001 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,10 @@ kind: pipeline type: docker name: vue-admin - trigger: branch: ci steps: - - name: restore-modules image: drillster/drone-volume-cache volumes: @@ -17,7 +15,8 @@ steps: restore: true mount: - ./node_modules - + - ./yarn.lock + - name: build image: node:12.16.1 commands: @@ -36,9 +35,10 @@ steps: rebuild: true mount: - ./node_modules - - ../dist + - ./dist + - ./yarn.lock volumes: - name: modules host: - path: /mnt/d/ci_volumes \ No newline at end of file + path: /mnt/d/ci_volumes