From 8aa962391c0fbf3c4d2980628c843df0379f829c Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Mon, 17 Oct 2022 15:13:44 +0800 Subject: [PATCH] mount node_modules --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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