mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 15:18:15 -05:00
* feat(hooks): add `readPackageForPublishing` hook * feat: pass project `dir` parameter to `readPackageForPublishing` hook * chore: cleanup * fix: add support for multiple pnpmfiles * test: readPackageForPublishing hook * test: add more tests * test: small update * refactor: pass in `hooks` as an option * test: pass in `hooks` as an option * test: small update * chore: rename `readPackageForPublishing` to `beforePacking`