Avoid repeatedly building internal packages in a NodeJS Monorepo during development
The Premise
Lemme set the stage: you’ve got a NodeJS monorepo — let’s say written in TypeScript, managed using Yarn workspaces. Say it comprises a couple of apps:
maybe a primary Vite app,
maybe a s
nithinrdy.hashnode.dev10 min read