Skip to content

Commit

Permalink
Install sharp dependency manually
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed May 19, 2024
1 parent 44a38c0 commit cdbfb3e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ TARGETFORMAT=png ./themes/projektemacher-base/scripts/preview.sh
# Favicons
SOURCE="themes/projektemacher-base/static/images/cm.svg" OPTIONS="-transparent white static/images/favicon-128.png" ./themes/projektemacher-base/scripts/favicon.sh

yarn install
yarn install --ignore-engines #--ignore-platform
npm install --cpu=arm64 --os=darwin sharp
npm install --cpu=x64 --os=linux --libc=glibc sharp
npm install --cpu=x64 --os=linux --libc=musl sharp
yarn run svgo
./themes/projektemacher-base/scripts/json-lint.sh
./themes/projektemacher-base/scripts/json-lint.sh
./themes/projektemacher-base/scripts/3d-models.sh

0 comments on commit cdbfb3e

Please sign in to comment.