From 22c8357282a9aca742d91471eac4c5048be274a6 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 00:24:26 +0200 Subject: [PATCH] debugging 10 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b72d670..c77ef14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - node -v - apt update && apt install -y libvips-dev - export SHARP_FORCE_GLOBAL_LIBVIPS=1 - - npm ci + - npm install - node -e 'import Sharp from "sharp"; console.log(Sharp)' - npm run build - cp -rT ./dist /mnt/website