fix: ignore astro-scripts

This commit is contained in:
Nate Moore 2022-03-15 19:31:19 -05:00
parent 9e59ec921f
commit fb26d395f5

View file

@ -6,5 +6,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@example/*", "@test/*"]
"ignore": ["@example/*", "@test/*", "astro-scripts"]
}