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.
This commit is contained in:
Bruno Quaresma
2024-03-12 10:44:23 -03:00
committed by GitHub
parent 7b081c873e
commit f3083226ab
+2 -1
View File
@@ -11,5 +11,6 @@
},
"dependencies": {
"exec": "^0.2.1"
}
},
"packageManager": "pnpm@8.14.0+sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f"
}