update
This commit is contained in:
parent
1ab1ca3567
commit
70fffa3862
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue