0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-21 19:38:58 +01:00

chore: remove obsolete script

This commit is contained in:
Simon Holthausen 2023-11-15 14:42:49 +01:00
parent 9ef3424732
commit 640dd48705

View File

@ -14,7 +14,6 @@
"url": "git+https://github.com/sveltejs/svelte.git"
},
"scripts": {
"start": "cross-env NODE_ENV=development concurrently \"npm run watch\" \"npm run dev --prefix playgrounds/demo\"",
"build": "pnpm -r --filter=./packages/* build",
"build:sites": "pnpm -r --filter=./sites/* build",
"preview-site": "npm run build --prefix sites/svelte-5-preview",