diff options
author | 2022-03-15 19:40:16 -0500 | |
---|---|---|
committer | 2022-03-15 19:40:16 -0500 | |
commit | 9a5d58d5ba5153b859f1ed1be8e011268c4f8815 (patch) | |
tree | 76291a838cd441efb9e3d908f9d18333af4420bf | |
parent | fb26d395f542c20a0d3ff5797767b13cdcf2e761 (diff) | |
download | astro-9a5d58d5ba5153b859f1ed1be8e011268c4f8815.tar.gz astro-9a5d58d5ba5153b859f1ed1be8e011268c4f8815.tar.zst astro-9a5d58d5ba5153b859f1ed1be8e011268c4f8815.zip |
fix: do not ignore astro-scripts
-rw-r--r-- | .changeset/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.changeset/config.json b/.changeset/config.json index 06538f9da..76c5a08ba 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/*"] } |