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