karolsluszniak / ex_check

One task to efficiently run all code analysis & testing tools in an Elixir project. Born out of 💜 to Elixir and pragmatism.
https://hex.pm/packages/ex_check
MIT License
308 stars 11 forks source link

npm check runs also when no npm test is present #39

Closed dvic closed 7 months ago

karolsluszniak commented 11 months ago

AFAIK this is the best can do without parsing package.json. IMO it's better to hint to user that it's there and allow disabling it or declaring a placeholder task than not have it at all. I'm open for opinions or suggestions.