|
|
|
|
|
by tedmiston
1612 days ago
|
|
Mainly just the convenience of being able to run `npm run foo` and convenience if you need to interact with any executables installed in the node modules. I still use Makefiles everywhere in all of my projects. I like knowing I can have a consistent interface to everything with `make build`, `make run`, `make install`, etc. |
|