From 5eb8e3fc8549070daf2a89707b5daa5a7714ea52 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 00:07:49 +0200 Subject: [PATCH] debugging 6 --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index adae593..1967978 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: - ldd --version - node -v - npm ci + - npm install --include=optional sharp - node -e 'import Sharp from "sharp"; console.log(Sharp)' - npm run build - cp -rT ./dist /mnt/website