Remove unnecessary build command and update vercel.json

pull/10075/head
Isamu 3 years ago
parent 0e1dc9fe32
commit 5a97211ba4
No known key found for this signature in database

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

Loading…
Cancel
Save