Compare commits

...

1 Commits

Author SHA1 Message Date
ffa7ed8307 Updated drone ci 2022-05-16 11:58:03 +07:00

View File

@@ -3,8 +3,7 @@ type: docker
name: ci name: ci
steps: steps:
- name: build - name: build
image: d.ctdn.net/node image: node
commands: commands:
- npm config set registry https://r.ctdn.net
- npm install - npm install
- npm run build - npm run build