fix: manually install sharp so the pipeline doesn't get mad

This commit is contained in:
BuyMyMojo 2024-12-17 20:56:50 +11:00
parent 88def88e88
commit af03f1c906
2 changed files with 6 additions and 8 deletions

View file

@ -18,6 +18,7 @@
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"astro": "^5.0.5",
"preact": "^10.25.2",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},