Relative Content

Tag Archive for pnpm

Stop PNPM from hoisting common deps / isolate subdirectories

I have a project using PNPM that will, amongst other things, clone various projects, install their dependencies, and run their tests. As I need to do some manipulation of the dependencies, I decided to do this internally to the project, rather than cloning to a temp directory, so my project structure looks a bit like the following: