Enable usage of Corepack (#2366)

Corepack chooses package manager to use with the
field `packageManager`. For users using Yarn
through Corepack, this is a real convenience.

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
This commit is contained in:
Ekin Dursun 2024-02-29 04:07:16 +03:00 committed by GitHub
parent 827d5aacaf
commit 16b0ebf1b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,5 +266,6 @@
"react": {
"optional": true
}
}
},
"packageManager": "yarn@1.22.21+sha256.dbed5b7e10c552ba0e1a545c948d5473bc6c5a28ce22a8fd27e493e3e5eb6370"
}