From 6da13b651c2bf81971916a30dc2fe5dc66b7a8f7 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 23 Oct 2019 15:35:25 +0200 Subject: [PATCH] try to fix ci build, by adding name root to top package.json see https://github.com/lerna/lerna/issues/1835 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1085200e2a..b2f14826c5 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "name": "root", "private": true, "workspaces": [ "scm-ui/*",