diff options
author | 2023-03-07 14:50:34 +0800 | |
---|---|---|
committer | 2023-03-07 14:50:34 +0800 | |
commit | 1291afc09dc31c61770e1a4f27b2aa94d1fb39aa (patch) | |
tree | 9084eddcfcdcebbb23a3d6edb07013684b85e30d | |
parent | 00a0af7ed44f5bb275f570ca38bbd0b798ce84ad (diff) | |
download | astro-1291afc09dc31c61770e1a4f27b2aa94d1fb39aa.tar.gz astro-1291afc09dc31c61770e1a4f27b2aa94d1fb39aa.tar.zst astro-1291afc09dc31c61770e1a4f27b2aa94d1fb39aa.zip |
Fix changeset run (#6442)
-rw-r--r-- | .changeset/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.changeset/config.json b/.changeset/config.json index f28b8bdcc..6099b9f61 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,7 +6,7 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@example/*", "@test/*", "@benchmark/*", "astro-scripts", "astro-benchmark"], + "ignore": ["@example/*", "@test/*"], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true } |