From 414801e7643d7d0caa1ef57dbff67d045c2bdde0 Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Wed, 20 Jul 2022 08:29:29 -0300 Subject: [PATCH] ci: fix change sets config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index c25cfb1..6c3cc71 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["benchmarks", "website", "example", "nativewind-demo-compiler"] + "ignore": ["benchmarks", "website", "example", "demo-compiler"] }