From 150eec6b025d0e8d77a8f3d64529bbd1031ad0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ve=C4=8Derek?= Date: Fri, 21 Jun 2024 05:49:19 +0200 Subject: [PATCH] chore: add packageManager to the manifest (#732) to let corepack take care of yarn version resolution, so that the user does not have to install different versions of yarn on their machine --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f1d2c54f0..323048bb4 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "packages/plugins/other/*", "packages/presets/*" ], + "packageManager": "yarn@1.22.22", "scripts": { "build": "bob build", "ci:lint": "eslint --ext .ts . --output-file eslint_report.json --format json",