diff --git a/.drone.yml b/.drone.yml index 3062f2b..2a3ebae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,10 @@ steps: image: node:18-alpine commands: - npm run lint + - name: install dependencies + image: node:18-alpine + commands: + - npm install - name: deploy image: node:18-alpine commands: