Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2023-04-04 10:54:48 +07:00
parent bff31084df
commit 0058fb1550

View File

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