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
pull/8888/head
gtmnayan 1 year ago committed by GitHub
parent 678faf4f36
commit 867806f983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}

Loading…
Cancel
Save