From 34f9e08824280dcc9a81cc6c32c8cb96911f952b Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Fri, 16 Jan 2026 16:57:19 +1100 Subject: [PATCH] Add yarn as the package manager --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1ee8774ec7..a6edce4a43 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "url": "https://github.com/openfoodfoundation/openfoodnetwork" }, "license": "AGPL-3.0", + "packageManager": "yarn@1.22.2", "dependencies": { "@babel/core": "^7.28.5", "@babel/plugin-transform-runtime": "^7.28.5",