mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Prevent astro-scripts from being released (#5257)
This commit is contained in:
parent
0e043bb287
commit
4f9391b33f
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": ["@example/*", "@test/*"]
|
||||
"ignore": ["@example/*", "@test/*", "astro-scripts"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue