2022-11-28
|~2 min read
|299 words
Linking packages locally is a tricky thing. It gets even trickier when you want to link a package that’s in a monorepo to another project…
2022-11-28
|~2 min read
|341 words
Recently I was working on a project structured as a mono repo - smaller projects within a larger maintained their own dependencies. I wanted…