Skip to content

Commit 9fc8726

Browse files
authored
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>
1 parent a990e57 commit 9fc8726

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: sites/svelte.dev/placeholder/index.html

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

Diff for: sites/svelte.dev/vercel.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"github": {
44
"silent": true
55
},
6-
"buildCommand": "cd ../../packages/svelte && pnpm prepublishOnly && cd ../../sites/svelte.dev && pnpm rebuild sharp && pnpm build"
6+
"buildCommand": "echo \"TODO reinstate in future: cd ../../packages/svelte && pnpm prepublishOnly && cd ../../sites/svelte.dev && pnpm rebuild sharp && pnpm build\"",
7+
"outputDirectory": "placeholder"
78
}

0 commit comments

Comments
 (0)