From 3308e109815da5ddcc81e937b2c524daabc49fb5 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 00:23:38 +0200 Subject: [PATCH] debugging 9 --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 663a3c7..b72d670 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: - ldd --version - node -v - apt update && apt install -y libvips-dev + - export SHARP_FORCE_GLOBAL_LIBVIPS=1 - npm ci - node -e 'import Sharp from "sharp"; console.log(Sharp)' - npm run build