From 70fffa38628ecd1ea85a6f8c1a4dd951516f2777 Mon Sep 17 00:00:00 2001 From: guotao Date: Tue, 18 May 2021 11:31:50 +0800 Subject: [PATCH] update --- .ccyun.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ccyun.yml b/.ccyun.yml index b4c0c045f..ffe339f38 100644 --- a/.ccyun.yml +++ b/.ccyun.yml @@ -13,3 +13,11 @@ steps: - npm install -g cnpm --registry=https://registry.npm.taobao.org - cnpm install - npm run build + volumes: + - name: node_cache + path: ./node_modules + +volumes: +- name: node_cache + host: + path: /data/node_cache