From f99a7389bec80592ba7b888db89b4cf9efb4e73f Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 00:05:01 +0200 Subject: [PATCH] debugging 4 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a3c4bfb..5bc73c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,9 +16,9 @@ steps: path: /mnt/website commands: - uname -a - - node -v - - npm -v - ldd --version + - node -v + - node -e 'import Sharp from "sharp"; console.log(Sharp)' - npm ci - npm run build - cp -rT ./dist /mnt/website