From fb26d395f542c20a0d3ff5797767b13cdcf2e761 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 15 Mar 2022 19:31:19 -0500 Subject: [PATCH] fix: ignore astro-scripts --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 76c5a08ba..06538f9da 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@example/*", "@test/*"] + "ignore": ["@example/*", "@test/*", "astro-scripts"] }