Skip to content

Commit

Permalink
Try to ignore sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Jul 2, 2024
1 parent cc5dbab commit 7a59b4b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ 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

# Additional NPM dependencies - npm is a crappy piece of software, can't decuple install from cleanup
#yarn install --ignore-engines #--ignore-platform
npm install --force --cpu=arm64 --os=darwin sharp
npm install --force --cpu=x64 --os=linux --libc=glibc sharp
npm install --force --cpu=x64 --os=linux --libc=musl sharp
#npm install --no-package-lock --no-save --force --cpu=arm64 --os=darwin sharp
#npm install --no-package-lock --no-save --force --cpu=x64 --os=linux --libc=glibc sharp
#npm install --no-package-lock --no-save --force --cpu=x64 --os=linux --libc=musl sharp

yarn run svgo
./themes/projektemacher-base/scripts/json-lint.sh
./themes/projektemacher-base/scripts/3d-models.sh

0 comments on commit 7a59b4b

Please sign in to comment.