Skip to content

Commit

Permalink
chore: fix site deploys (#8878)
Browse files Browse the repository at this point in the history
force Vercel to rebuild sharp everytime - it's prone to breaking at some point and we'd have to clear the cache
  • Loading branch information
gtm-nayan authored Jun 29, 2023
1 parent 678faf4 commit 867806f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/svelte.dev/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"github": {
"silent": true
},
"buildCommand": "cd ../../packages/svelte && pnpm prepublishOnly && cd ../../sites/svelte.dev && pnpm build"
}
"buildCommand": "cd ../../packages/svelte && pnpm prepublishOnly && cd ../../sites/svelte.dev && pnpm rebuild sharp && pnpm build"
}

0 comments on commit 867806f

Please sign in to comment.