express-nodejs-app/.drone.yml
Sambo Chea c47221cb13
Some checks failed
continuous-integration/drone/push Build is failing
Add clone depth 50
2021-09-13 20:38:17 +07:00

15 lines
235 B
YAML

kind: pipeline
type: docker
name: ci
clone:
depth: 50
steps:
- name: build
image: d.ctdn.net/node
commands:
- npm config set registry https://r.ctdn.net
- npm install
- npm run build