From eea8f678bd0a505e2a19d4a7e3d77ff41196adcb Mon Sep 17 00:00:00 2001 From: Matthias Nannt Date: Tue, 18 Oct 2022 12:34:41 +0200 Subject: [PATCH] ignore web package in changeset --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 7fcf97338c..ecb688ab5b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["web"] }