From fe470c20055e2e04b7d7a5266a607db6289c8b6e Mon Sep 17 00:00:00 2001 From: martinRenou Date: Fri, 13 Dec 2024 13:35:34 +0100 Subject: [PATCH] Try fixing lerna setup --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d520952..f1b0362 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,11 @@ }, "license": "BSD-3-Clause", "author": "JupyterLite Contributors", - "workspaces": [ - "packages/*" - ], + "workspaces": { + "packages": [ + "packages/*" + ] + }, "repository": { "type": "git", "url": "https://github.com/jupyterlite/xeus.git"