Skip to content

Commit

Permalink
skip svelte.dev deploy. this may or may not work (#9424)
Browse files Browse the repository at this point in the history
* skip svelte.dev deploy. this may or may not work

* try this

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
  • Loading branch information
Rich-Harris and Rich-Harris committed Nov 13, 2023
1 parent a990e57 commit 9fc8726
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"
}

1 comment on commit 9fc8726

@vercel
Copy link

@vercel vercel bot commented on 9fc8726 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-5-preview – ./sites/svelte-5-preview

svelte-octane.vercel.app
svelte-5-preview-svelte.vercel.app
svelte-5-preview.vercel.app
svelte-5-preview-git-main-svelte.vercel.app

Please sign in to comment.