|
|
|
|
@ -18,8 +18,8 @@ steps:
|
|
|
|
|
- uname -a
|
|
|
|
|
- ldd --version
|
|
|
|
|
- node -v
|
|
|
|
|
- apt update && apt install -y libvips-dev
|
|
|
|
|
- npm ci
|
|
|
|
|
- npm install --include=optional sharp
|
|
|
|
|
- node -e 'import Sharp from "sharp"; console.log(Sharp)'
|
|
|
|
|
- npm run build
|
|
|
|
|
- cp -rT ./dist /mnt/website
|
|
|
|
|
|