mirror of
https://github.com/discourse/discourse.git
synced 2025-10-03 17:21:20 +08:00
We set the version of `pnpm` in `.tool-versions` so it's not desirable to prompt people for an update, even if updated it won't be used. https://docs.npmjs.com/cli/v8/using-npm/config#update-notifier https://github.com/pnpm/pnpm/pull/4285
4 lines
103 B
Text
4 lines
103 B
Text
engine-strict = true
|
|
auto-install-peers = false
|
|
ignore-workspace-cycles = true
|
|
update-notifier = false
|