Skip to content

Commit

Permalink
Merge pull request #137 from felixicaza/fix-deploy
Browse files Browse the repository at this point in the history
fix: install sharp to fix deployment
  • Loading branch information
Zyruks authored Jun 7, 2024
2 parents af53eca + 629deb1 commit c3fedb7
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 9 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "module",
"version": "0.0.1",
"engines": {
"pnpm": "^9.1.0"
},
"pnpm": "^9.1.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -25,6 +25,7 @@
"@typescript-eslint/parser": "^7.5.0",
"astro": "^4.5.12",
"sass": "^1.74.1",
"sharp": "^0.33.4",
"typescript": "^5.4.3"
},
"devDependencies": {
Expand Down
238 changes: 231 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3fedb7

Please sign in to comment.