From 53366eaa085ea9d78fc4c6fded127006dec05484 Mon Sep 17 00:00:00 2001 From: Leonardo Petrora <29212725+lpetrora@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:26:47 +0100 Subject: [PATCH] Fix package.json in order to get the daily builds working again the packageManager attribute was set to yarn@ and it was not working. Set back to yarn@1.22.21 CMK-15277 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48140899..2a3922b4 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,5 @@ "react-dom": "17.0.2", "tslib": "2.5.3" }, - "packageManager": "yarn@" + "packageManager": "yarn@1.22.21" }