remove useless sharp install

This commit is contained in:
Olivier Demers 2023-09-27 20:11:22 +00:00
parent b155cfa406
commit 293c56c544

View File

@ -13,7 +13,6 @@ build:
paths: paths:
- dist/ - dist/
script: script:
- npm install --arch=arm64 --platform=linux --libc=musl sharp
- npm install - npm install
- npm run build - npm run build