DEV: Remove corepack config for now (#28856)

For people with corepack enabled, this causes problems when trying to `yarn install` in plugin directories.

Perhaps that can be improved in future by adding `packageManager` config in each plugin's own `package.json`, but that won't happen overnight. Removing the config for now to stop the bleeding.
This commit is contained in:
David Taylor 2024-09-11 15:09:52 +01:00 committed by GitHub
parent cfbfcc7b81
commit 6107ba89b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,6 @@
"lint-progress": "pnpm lttf:output && npx html-pages ./lint-progress --no-cache",
"ember": "pnpm --dir=app/assets/javascripts/discourse ember"
},
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",