更新 .drone.yml
This commit is contained in:
parent
e62054a555
commit
508a775e87
|
|
@ -19,7 +19,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- ls -alt
|
- 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
|
- npm install
|
||||||
|
|
||||||
- name: build-vuepress
|
- name: build-vuepress
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue