2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-10-03 17:21:20 +08:00
discourse/.npmrc
Joffrey JAFFEUX afcb36a052
DEV: prevent pnpm to ask for update (#34808)
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
2025-09-15 20:11:12 +02:00

4 lines
103 B
Text

engine-strict = true
auto-install-peers = false
ignore-workspace-cycles = true
update-notifier = false