From 8c5a87888339c715d98aaadba2a6515e2d5bfaf9 Mon Sep 17 00:00:00 2001 From: nezouse Date: Fri, 21 Jul 2023 15:02:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=A9=20Add=20pnpm=20version=20to=20pack?= =?UTF-8?q?age.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fa9ea3874..24c5c0ba3 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "node": ">=10", "yarn": "^1.17.3" }, + "packageManager": "pnpm@7.1.9", "scripts": { "preinstall": "npx only-allow pnpm", "lint": "wsrun -c -s lint",