Updated drone ci

This commit is contained in:
Sambo Chea 2022-05-16 11:58:03 +07:00
parent 2b662317c2
commit ffa7ed8307
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

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