pnpm: remove update notifier message (#51630)

Having a bit fat dialog printed everytime I run pnpm install is a bit
annoying. I believe we manage the version used, so we don't actually
want to be using the latest on NPM. IE this dialog was misleading.

Test Plan: pnpm install didn't show the upgrade dialog.
This commit is contained in:
Keegan Carruthers-Smith 2023-05-10 08:53:39 +02:00 committed by GitHub
parent e5a666fb13
commit 2e1506958f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.npmrc
View File

@ -16,3 +16,6 @@ public-hoist-pattern[]=global
public-hoist-pattern[]=*eslint*
auto-install-peers=true
# We manage the version of pnpm so the update warnings based on NPM is inaccurate.
update-notifier=false