From e355a29ae937c8942ce22e3f8aeb628cbfcbdfda Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 00:25:35 +0200 Subject: [PATCH] debugging 11 --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index c77ef14..0ac4465 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ steps: - node -v - apt update && apt install -y libvips-dev - export SHARP_FORCE_GLOBAL_LIBVIPS=1 + - npm install --save node-addon-api node-gyp - npm install - node -e 'import Sharp from "sharp"; console.log(Sharp)' - npm run build