From 9a5d58d5ba5153b859f1ed1be8e011268c4f8815 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 15 Mar 2022 19:40:16 -0500 Subject: [PATCH] fix: do not 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 06538f9da6..76c5a08ba6 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@example/*", "@test/*", "astro-scripts"] + "ignore": ["@example/*", "@test/*"] }