summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <nate@skypack.dev> 2022-03-15 19:31:19 -0500
committerGravatar Nate Moore <nate@skypack.dev> 2022-03-15 19:31:19 -0500
commitfb26d395f542c20a0d3ff5797767b13cdcf2e761 (patch)
tree145e1dab6f256b696702d01d3f7d8242b2dfcf10
parent9e59ec921fe539233a1a22b9f0c34ca3cfd05247 (diff)
downloadastro-fb26d395f542c20a0d3ff5797767b13cdcf2e761.tar.gz
astro-fb26d395f542c20a0d3ff5797767b13cdcf2e761.tar.zst
astro-fb26d395f542c20a0d3ff5797767b13cdcf2e761.zip
fix: ignore astro-scripts
-rw-r--r--.changeset/config.json2
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"]
}