fix: do not ignore astro-scripts
This commit is contained in:
parent
fb26d395f5
commit
9a5d58d5ba
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": ["@example/*", "@test/*", "astro-scripts"]
|
||||
"ignore": ["@example/*", "@test/*"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue