mirror of
https://github.com/yamadashy/repomix.git
synced 2026-03-25 10:52:57 +01:00
npm only reads .npmrc from the directory containing package.json, not from parent directories. Sub-packages that run `npm ci` independently (e.g., in CI or Docker builds) were missing the min-release-age=7 protection that the root .npmrc provides. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>