diff --git a/.drone.yml b/.drone.yml index 18669ce..2600890 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,6 @@ steps: - name: start image: node:16-alpine commands: + - "npm install" - "npm test -- --watchAll=false" - "npm build"