diff --git a/.drone.yml b/.drone.yml index 3c761f9..beebf7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,10 +25,10 @@ steps: - name: build image: reg.int.it2000.com.cn/library/node:14.20-bullseye + volumes: + - name: cache + path: ./node_modules commands: - # - node -v - # - npm -v - # - yarn --version - yarn - yarn build