From cc4c51996c11f231edcc177d9a19d69e812dd3c9 Mon Sep 17 00:00:00 2001 From: David Luzar <5153846+dwelle@users.noreply.github.com> Date: Tue, 14 May 2024 10:45:27 +0200 Subject: [PATCH] build: specify `packageManager` field (#8010) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 50e210b3ff..7f8b73de23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "private": true, "name": "excalidraw-monorepo", + "packageManager": "yarn@1.22.22", "workspaces": [ "excalidraw-app", "packages/excalidraw",