Browse Source

Add "preview" to ignore list in changeset configuration

codecalm 7 months ago
parent
commit
3dea9de29c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .changeset/config.json

+ 3 - 1
.changeset/config.json

@@ -6,5 +6,7 @@
   "linked": [],
   "access": "public",
   "baseBranch": "main",
-  "ignore": []
+  "ignore": [
+    "preview"
+  ]
 }