.drone.yml 114 B

12345678
  1. pipeline:
  2. build:
  3. image: node:10
  4. commands:
  5. - make env
  6. - make npm-build
  7. - make npm-test