From 10bcde22bf67a4ee6acf04940e96257f1d031791 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 00:34:10 +0200 Subject: [PATCH] yeee forse ora funge --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 43513e8..9148a21 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,8 +18,7 @@ steps: - uname -a - node -v - apk add --no-cache vips-dev build-base python3 - - npm install --save node-addon-api node-gyp - - npm install + - npm ci - node -e 'import Sharp from "sharp"; console.log(Sharp)' - npm run build - cp -rT ./dist /mnt/website