mirror of
https://github.com/pnpm/pnpm.git
synced 2026-06-28 09:55:39 -04:00
* fix(config): restore globalconfig lookup * refactor(config): derive globalconfig path from a single shared helper Extract getGlobalConfigPath into @pnpm/config.reader and use it for both the reader's warning message and 'config get globalconfig' so the reported path cannot drift from the file pnpm actually reads. Add an e2e test that writes a setting to the reported path and reads it back. --------- Co-authored-by: Zoltan Kochan <z@kochan.io>