更新 .drone.yml
This commit is contained in:
parent
e62054a555
commit
508a775e87
|
|
@ -19,7 +19,8 @@ steps:
|
|||
commands:
|
||||
- pwd
|
||||
- ls -alt
|
||||
- npm config set registry https://registry.npm.taobao.org
|
||||
- npm config set registry https://registry.npmjs.org/
|
||||
- npm cache clean --force
|
||||
- npm install
|
||||
|
||||
- name: build-vuepress
|
||||
|
|
|
|||
Loading…
Reference in New Issue