From f7076759e1b8ae0a657d222045cb002fef9f705a Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 00:15:05 +0200 Subject: [PATCH] debugging 7 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1967978..663a3c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,8 +18,8 @@ steps: - uname -a - ldd --version - node -v + - apt update && apt install -y libvips-dev - npm ci - - npm install --include=optional sharp - node -e 'import Sharp from "sharp"; console.log(Sharp)' - npm run build - cp -rT ./dist /mnt/website