Skip to content

Commit

Permalink
Merge branch 'main' into skip-preview-deploy-test-output
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 13, 2023
2 parents ba77a7f + 9fc8726 commit 9160714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions sites/svelte.dev/placeholder/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>see <a href="https://github.com/sveltejs/svelte/pull/9424">#9424</a></p>
3 changes: 2 additions & 1 deletion sites/svelte.dev/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 9160714

Please sign in to comment.