Hacker News new | ask | show | jobs
by tripplyons 204 days ago
Is there a way to set a minimum release age globally for my pnpm installation? I was only able to find a way to set it for each individual project.
2 comments

Did you try putting it in your global config file?

Windows: ~/AppData/Local/pnpm/config/rc

macOS: ~/Library/Preferences/pnpm/rc

Linux: ~/.config/pnpm/rc

I think it's a `pnpm-workspace.yaml` setting, for now, but PNPM has been pretty aggressive with expanding this feature set [1].

[1] https://pnpm.io/supply-chain-security