From 1602ab79a961720cbc28a7a478fccd8e3ede21de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A7=91=F0=9F=8F=BB=E2=80=8D=F0=9F=92=BB=20Romain=20M?= =?UTF-8?q?arcadier?= Date: Wed, 14 Jun 2023 18:04:24 +0200 Subject: [PATCH] fixup workspace configuration --- lerna.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index a6700ff830..fe0d36b1e7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,10 @@ { - "lerna": "3.13.1", "npmClient": "yarn", - "packages": ["packages/*"], + "packages": [ + "packages/*", + "packages/@jsii/*", + "packages/@scope/*" + ], "command": { "bootstrap": { "rejectCycles": true