From 85a144b6d095cb6b9c4d24920e4e6b8717d5bb53 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 00:05:38 +0200 Subject: [PATCH] debugging 5 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5bc73c2..adae593 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,8 +18,8 @@ steps: - uname -a - ldd --version - node -v - - node -e 'import Sharp from "sharp"; console.log(Sharp)' - npm ci + - node -e 'import Sharp from "sharp"; console.log(Sharp)' - npm run build - cp -rT ./dist /mnt/website