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