chore: fix docs deployment (#13988)

* chore: fix docs deployment

* Update sites/svelte.dev/package.json

Co-authored-by: Conduitry <git@chor.date>

* Update sites/svelte.dev/package.json

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Conduitry <git@chor.date>
pull/14498/head
Simon H 3 months ago committed by GitHub
parent 6d4c5cc870
commit 600f771dd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,8 +5,8 @@
"description": "Docs and examples for Svelte",
"type": "module",
"scripts": {
"dev": "node scripts/update.js && vite dev",
"build": "node scripts/update.js && vite build",
"dev": "node scripts/update.js && pnpm run generate && vite dev",
"build": "node scripts/update.js && pnpm run generate && vite build",
"generate": "node scripts/type-gen/index.js",
"update": "node scripts/update.js --force=true",
"preview": "vite preview",

Loading…
Cancel
Save