diff --git a/.drone.yml b/.drone.yml index d815318..981c632 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,8 @@ steps: - name: build image: node:current-alpine3.12 commands: + - apk update + - apk add git - npm install -D - npm run rebuild