From 4f2d6d88cb1eed1732f82ff69a7c623ac93983ae Mon Sep 17 00:00:00 2001 From: Reuben Tier Date: Fri, 11 Oct 2024 18:28:45 +0100 Subject: [PATCH] Remove start command --- examples/basics/package.json | 1 - examples/blog/package.json | 1 - examples/container-with-vitest/package.json | 1 - examples/framework-alpine/package.json | 1 - examples/framework-multiple/package.json | 1 - examples/framework-preact/package.json | 1 - examples/framework-react/package.json | 1 - examples/framework-solid/package.json | 1 - examples/framework-svelte/package.json | 1 - examples/framework-vue/package.json | 1 - examples/hackernews/package.json | 1 - examples/middleware/package.json | 1 - examples/minimal/package.json | 1 - examples/non-html-pages/package.json | 1 - examples/portfolio/package.json | 1 - examples/server-islands/package.json | 1 - examples/ssr/package.json | 1 - examples/starlog/package.json | 1 - examples/view-transitions/package.json | 1 - examples/with-markdoc/package.json | 1 - examples/with-markdown-plugins/package.json | 1 - examples/with-markdown-shiki/package.json | 1 - examples/with-mdx/package.json | 1 - examples/with-nanostores/package.json | 1 - examples/with-tailwindcss/package.json | 1 - examples/with-vitest/package.json | 1 - packages/astro/performance/fixtures/md/package.json | 1 - packages/astro/performance/fixtures/mdoc/package.json | 1 - packages/astro/performance/fixtures/mdx/package.json | 1 - .../test/fixtures/content-collection-references/package.json | 1 - packages/astro/test/fixtures/content-mixed-errors/package.json | 1 - .../astro/test/fixtures/data-collections-schema/package.json | 1 - packages/astro/test/fixtures/data-collections/package.json | 1 - packages/astro/test/fixtures/error-bad-js/package.json | 1 - packages/astro/test/fixtures/error-build-location/package.json | 1 - packages/astro/test/fixtures/error-non-error/package.json | 1 - packages/astro/test/fixtures/extension-matching/package.json | 1 - .../astro/test/fixtures/legacy-data-collections/package.json | 1 - packages/db/test/fixtures/ticketing-example/package.json | 1 - 39 files changed, 39 deletions(-) diff --git a/examples/basics/package.json b/examples/basics/package.json index 27d211e970c6..8783fb4d520d 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/blog/package.json b/examples/blog/package.json index 5413f4b39591..f6a3ef817dac 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index c81900dbb2e6..785a15920853 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index ad0a38400774..21c71cb8c3b0 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 3e615d8d5475..0a9a9c367a60 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 0a9ff29dcd88..7edf30c83832 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 801a2577f159..68e921f4f400 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index b3463d85e2e9..f89556d4fd49 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 43a6d0b3572d..72e36c624d2f 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index e86c7aa088d3..dcb79a2d2797 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index d0658a476323..33605bb73d70 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index efc809518d21..b1901fa5b2f6 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 570b2c53c107..6a237ca74d0e 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index f5d0094ceaed..1654db7e70ba 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 5d16b614a37e..cba276d8c008 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index d139c5ad777c..fc51f5b94cea 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -4,7 +4,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 58d581073a3c..3dc0d8e78077 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", diff --git a/examples/starlog/package.json b/examples/starlog/package.json index d75504a5b4d0..167120a7866f 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -4,7 +4,6 @@ "version": "0.0.1", "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 8414460b018d..95c7658ad2ee 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -4,7 +4,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index d481315613b1..0fc07f25d243 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index a3fc9a5f00b6..4dce94346c39 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index f6ce177a2855..119934fd64d9 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 8af8de31628a..e0514b3d4519 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index c54f2ab15bc7..e6a65ade9372 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index b85fb5d7195d..7c80ddfe782f 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 8aee00807665..7735608e2337 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", diff --git a/packages/astro/performance/fixtures/md/package.json b/packages/astro/performance/fixtures/md/package.json index 4490f36095d2..068f0e531987 100644 --- a/packages/astro/performance/fixtures/md/package.json +++ b/packages/astro/performance/fixtures/md/package.json @@ -6,7 +6,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview" }, diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json index 39d598824250..e5f97cce4c88 100644 --- a/packages/astro/performance/fixtures/mdoc/package.json +++ b/packages/astro/performance/fixtures/mdoc/package.json @@ -6,7 +6,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview" }, diff --git a/packages/astro/performance/fixtures/mdx/package.json b/packages/astro/performance/fixtures/mdx/package.json index c74ee62299b7..207e6345ac35 100644 --- a/packages/astro/performance/fixtures/mdx/package.json +++ b/packages/astro/performance/fixtures/mdx/package.json @@ -6,7 +6,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview" }, diff --git a/packages/astro/test/fixtures/content-collection-references/package.json b/packages/astro/test/fixtures/content-collection-references/package.json index 3476c8bdf154..fa0563750214 100644 --- a/packages/astro/test/fixtures/content-collection-references/package.json +++ b/packages/astro/test/fixtures/content-collection-references/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/packages/astro/test/fixtures/content-mixed-errors/package.json b/packages/astro/test/fixtures/content-mixed-errors/package.json index d90bfabda5d6..b7f009e2d934 100644 --- a/packages/astro/test/fixtures/content-mixed-errors/package.json +++ b/packages/astro/test/fixtures/content-mixed-errors/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/packages/astro/test/fixtures/data-collections-schema/package.json b/packages/astro/test/fixtures/data-collections-schema/package.json index 77b213415324..09ccba6102c9 100644 --- a/packages/astro/test/fixtures/data-collections-schema/package.json +++ b/packages/astro/test/fixtures/data-collections-schema/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/packages/astro/test/fixtures/data-collections/package.json b/packages/astro/test/fixtures/data-collections/package.json index 711eb495666b..8eba0355f3a4 100644 --- a/packages/astro/test/fixtures/data-collections/package.json +++ b/packages/astro/test/fixtures/data-collections/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/packages/astro/test/fixtures/error-bad-js/package.json b/packages/astro/test/fixtures/error-bad-js/package.json index 6b7af585e3d9..702ef96b9ae8 100644 --- a/packages/astro/test/fixtures/error-bad-js/package.json +++ b/packages/astro/test/fixtures/error-bad-js/package.json @@ -4,7 +4,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/packages/astro/test/fixtures/error-build-location/package.json b/packages/astro/test/fixtures/error-build-location/package.json index ca8c1981d627..cf382a234639 100644 --- a/packages/astro/test/fixtures/error-build-location/package.json +++ b/packages/astro/test/fixtures/error-build-location/package.json @@ -4,7 +4,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/packages/astro/test/fixtures/error-non-error/package.json b/packages/astro/test/fixtures/error-non-error/package.json index 2366e345e72f..2d5570ee4b2a 100644 --- a/packages/astro/test/fixtures/error-non-error/package.json +++ b/packages/astro/test/fixtures/error-non-error/package.json @@ -4,7 +4,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/packages/astro/test/fixtures/extension-matching/package.json b/packages/astro/test/fixtures/extension-matching/package.json index 41e09a8c1f73..c0b4131ae559 100644 --- a/packages/astro/test/fixtures/extension-matching/package.json +++ b/packages/astro/test/fixtures/extension-matching/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/packages/astro/test/fixtures/legacy-data-collections/package.json b/packages/astro/test/fixtures/legacy-data-collections/package.json index 8daa28ad3f91..48fdc63bed82 100644 --- a/packages/astro/test/fixtures/legacy-data-collections/package.json +++ b/packages/astro/test/fixtures/legacy-data-collections/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index 9892dcd763df..99a58402abd4 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -4,7 +4,6 @@ "version": "0.0.1", "scripts": { "dev": "pnpm astro dev", - "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro"