From f3083226ab3174af1908fceb893507188cf1bf20 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Tue, 12 Mar 2024 10:44:23 -0300 Subject: [PATCH] chore: add package manager (#12551) Every time I run `pnpm` in the project it adds the package manager attribute on package.json so I just decided to push it since it does not look like an issue and we can make sure everyone is running the same pnpm version. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e24ef62c3f..b290e59908 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,6 @@ }, "dependencies": { "exec": "^0.2.1" - } + }, + "packageManager": "pnpm@8.14.0+sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f" }