mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
A .npmrc file in the root of a workspace can contain configs shared by all workspace packages. The workspace-level configs have bigger priority than global level configs and less priority than local-level configs. ``` <global>/npmrc < <workspace>/.npmrc < <package>/.npmrc ``` PR #1310