mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
867806f983
force Vercel to rebuild sharp everytime - it's prone to breaking at some point and we'd have to clear the cache
8 lines
222 B
JSON
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"
|
|
}
|