summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/config.json2
-rw-r--r--packages/create-astro/test/fixtures/not-empty/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.changeset/config.json b/.changeset/config.json
index 6099b9f61..6e7a52e2e 100644
--- a/.changeset/config.json
+++ b/.changeset/config.json
@@ -6,7 +6,7 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
- "ignore": ["@example/*", "@test/*"],
+ "ignore": ["!(astro|create-astro|@astrojs/*|astro-scripts)"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
diff --git a/packages/create-astro/test/fixtures/not-empty/package.json b/packages/create-astro/test/fixtures/not-empty/package.json
index 0967ef424..f4ca247fc 100644
--- a/packages/create-astro/test/fixtures/not-empty/package.json
+++ b/packages/create-astro/test/fixtures/not-empty/package.json
@@ -1 +1 @@
-{}
+{"name": "@test/create-astro-not-empty"}