diff --git a/.drone.yml b/.drone.yml index 0198cfe..e96d2cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,7 @@ pipeline: build: image: node:8 commands: + - apt-get install -yq libx11-xcb1 - npm install - npm run test - npm run build-prod