From eed74f531061f208f85e54615bbe4fd1fdd00080 Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Thu, 26 May 2022 21:46:42 +0100 Subject: [PATCH] chore: fix lerna --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index c4a81cc92..ea2dd1d41 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,7 @@ { "packages": [ - "packages/*" + "packages/*", + "*" ], "version": "1.4.2", "npmClient": "yarn",