Change CI

This commit is contained in:
MengYX 2020-04-08 22:49:57 +08:00
parent e31eb9c1f1
commit 4d5d70f4b6
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ steps:
- name: installDependencies
image: node:lts
commands:
- npm ci --verbose --registry=https://registry.npm.taobao.org
- npm ci --registry=https://registry.npm.taobao.org
- name: build
image: node:lts