diff options
author | 2023-04-27 17:15:58 +0800 | |
---|---|---|
committer | 2023-04-27 17:15:58 +0800 | |
commit | 465a1a5efe4231b122faeda6616a8188352bf0ec (patch) | |
tree | 82bed0cc42a1889a7c6f9c154eacbfc42b8c3812 | |
parent | 58f7700e8744df417b56e9913a4e57993ef02d4d (diff) | |
download | astro-465a1a5efe4231b122faeda6616a8188352bf0ec.tar.gz astro-465a1a5efe4231b122faeda6616a8188352bf0ec.tar.zst astro-465a1a5efe4231b122faeda6616a8188352bf0ec.zip |
Fix changeset version run (#6917)
-rw-r--r-- | .changeset/config.json | 2 | ||||
-rw-r--r-- | packages/create-astro/test/fixtures/not-empty/package.json | 2 |
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"} |