mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Fix changeset run (#6442)
This commit is contained in:
parent
00a0af7ed4
commit
1291afc09d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue