0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/sites/svelte.dev/vercel.json
gtmnayan 867806f983
chore: fix site deploys (#8878)
force Vercel to rebuild sharp everytime - it's prone to breaking at some point and we'd have to clear the cache
2023-06-29 15:49:38 +02:00

8 lines
222 B
JSON

{
"$schema": "http://openapi.vercel.sh/vercel.json",
"github": {
"silent": true
},
"buildCommand": "cd ../../packages/svelte && pnpm prepublishOnly && cd ../../sites/svelte.dev && pnpm rebuild sharp && pnpm build"
}