From 274981f2ea4a970071eaf67b4b811e6c93433fd2 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Mon, 27 Feb 2023 17:05:13 -0500 Subject: [PATCH] chore: remove old --internal-ci reference --- packages/astro/performance/fixtures/md/package.json | 1 - packages/astro/performance/fixtures/mdoc/package.json | 1 - packages/astro/performance/fixtures/mdx/package.json | 1 - 3 files changed, 3 deletions(-) diff --git a/packages/astro/performance/fixtures/md/package.json b/packages/astro/performance/fixtures/md/package.json index 7442acde4..4daa88797 100644 --- a/packages/astro/performance/fixtures/md/package.json +++ b/packages/astro/performance/fixtures/md/package.json @@ -5,7 +5,6 @@ "main": "index.js", "private": true, "scripts": { - "build:perf": "astro build --internal-ci-perf", "build": "astro build" }, "keywords": [], diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json index 194ec140a..56f3ee08b 100644 --- a/packages/astro/performance/fixtures/mdoc/package.json +++ b/packages/astro/performance/fixtures/mdoc/package.json @@ -5,7 +5,6 @@ "main": "index.js", "private": true, "scripts": { - "build:perf": "astro build --internal-ci-perf", "build": "astro build" }, "keywords": [], diff --git a/packages/astro/performance/fixtures/mdx/package.json b/packages/astro/performance/fixtures/mdx/package.json index 4a6b23bc2..63d1abc7e 100644 --- a/packages/astro/performance/fixtures/mdx/package.json +++ b/packages/astro/performance/fixtures/mdx/package.json @@ -5,7 +5,6 @@ "main": "index.js", "private": true, "scripts": { - "build:perf": "astro build --internal-ci-perf", "build": "astro build" }, "keywords": [],