diff --git a/.drone.yml b/.drone.yml index b51fd92..0dd6749 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,6 @@ steps: - name: start image: node:16-alpine commands: + - "npm test -- --watchAll=false" - "npm test -- --watchAll=false" - "npm run build"