mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05: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
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
engine-strict = true
|
|
auto-install-peers = false
|
|
ignore-workspace-cycles = true
|
|
update-notifier = false
|