diff --git a/.drone.yml b/.drone.yml index 3e1c210..712f5a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: install image: node:20-alpine commands: - - apk add firefox + - npm install - npm run lint - npm run build when: