skip svelte.dev deploy. this may or may not work (#9424)

* skip svelte.dev deploy. this may or may not work

* try this

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/9386/head
Rich Harris 8 months ago committed by GitHub
parent a990e5716a
commit 9fc8726f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
<p>see <a href="https://github.com/sveltejs/svelte/pull/9424">#9424</a></p>

@ -3,5 +3,6 @@
"github": {
"silent": true
},
"buildCommand": "cd ../../packages/svelte && pnpm prepublishOnly && cd ../../sites/svelte.dev && pnpm rebuild sharp && pnpm build"
"buildCommand": "echo \"TODO reinstate in future: cd ../../packages/svelte && pnpm prepublishOnly && cd ../../sites/svelte.dev && pnpm rebuild sharp && pnpm build\"",
"outputDirectory": "placeholder"
}

Loading…
Cancel
Save