Browse Source

fix drone

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

2
.drone.yml

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

Loading…
Cancel
Save