An alternative to npm package scripts — While npm scripts are built-in and work well for a variety of situations, there are times when another task runner might make more sense. My goal is not to suggest you always use Makefiles instead of npm scripts — but rather show possible advantages and provide an introduction. …