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