Hacker News new | ask | show | jobs
by Kiro 4499 days ago
What's the difference between a build tool and a task runner?
1 comments

Tasks are a more general concept; one of the many possible tasks you could program would be to build your project.
Other possible tasks including initializing the database (for a new developer), regenerating some artificat that isn’t normally regenerated during the build, and launching a local web server running the project.