diff options
author | 2022-03-15 19:31:19 -0500 | |
---|---|---|
committer | 2022-03-15 19:31:19 -0500 | |
commit | fb26d395f542c20a0d3ff5797767b13cdcf2e761 (patch) | |
tree | 145e1dab6f256b696702d01d3f7d8242b2dfcf10 | |
parent | 9e59ec921fe539233a1a22b9f0c34ca3cfd05247 (diff) | |
download | astro-fb26d395f542c20a0d3ff5797767b13cdcf2e761.tar.gz astro-fb26d395f542c20a0d3ff5797767b13cdcf2e761.tar.zst astro-fb26d395f542c20a0d3ff5797767b13cdcf2e761.zip |
fix: 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 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"] } |