MengYX
5 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
1 additions and
1 deletions
-
.drone.yml
|
@ -10,7 +10,7 @@ steps: |
|
|
- name: installDependencies |
|
|
- name: installDependencies |
|
|
image: node:lts |
|
|
image: node:lts |
|
|
commands: |
|
|
commands: |
|
|
- npm ci --verbose --registry=https://registry.npm.taobao.org |
|
|
- npm ci --registry=https://registry.npm.taobao.org |
|
|
|
|
|
|
|
|
- name: build |
|
|
- name: build |
|
|
image: node:lts |
|
|
image: node:lts |
|
|