Browse Source

drone : test

master
Ricardo A Carrasco 2 years ago
parent
commit
d5f5a34e53
  1. 1
      .drone.yml

1
.drone.yml

@ -10,6 +10,5 @@ steps: @@ -10,6 +10,5 @@ steps:
- name: start
image: node:16-alpine
commands:
- "npm test -- --watchAll=false"
- "npm test -- --watchAll=false"
- "npm run build"

Loading…
Cancel
Save