From 11fb4065e32efced48a15c0cba4d0da071fc8df9 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Tue, 30 Jun 2026 19:03:28 +0300 Subject: [PATCH] fix: add repository.url field that is required for new publishing Signed-off-by: Mykhailo Kuznietsov --- tests/e2e/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/e2e/package.json b/tests/e2e/package.json index 6bc41570d75..48c78a2a269 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -70,5 +70,9 @@ }, "resolutions": { "minimist": "^1.2.5" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/eclipse-che/che.git" } }