Speeding up any and all js-projects with a single, global makefile
Jul 17, 2024 · 5 min read · TLDR: Jump to complete markdown-file When working on various projects, you often need to install dependencies. When switching branches, it's easy to forget this, which can lead to bugs. Consider a branch where one of the dependencies is updated. Eac...
Join discussion