Up drone ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sambo Chea 2023-05-02 12:19:23 +07:00
parent 42b08b496e
commit 76e07d8c56
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -1,9 +1,9 @@
kind: pipeline kind: pipeline
name: ci name: ci
steps: steps:
- name: build - name: build
image: node image: node
commands: commands:
- npm config set registry https://cjs.ctdn.net
- npm install - npm install
- npm run build - npm run build