From 32b4853e9c487e50b163b329bf4bf746211d7cef Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Fri, 7 Jun 2024 13:55:30 +0200 Subject: [PATCH] chore: Added `@digdir/design-system-react` to lerna ignore --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index ae4dce3390..832d0e6f28 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,6 @@ "publish": { "ignoreChanges": ["**/stories/*", "**/build/*", "**/playground/*"] } - } + }, + "ignore": "@digdir/design-system-react" }