joshwcomeau / guppy

🐠A friendly application manager and task runner for React.js
ISC License
3.27k stars 154 forks source link

show lifecycle hooks in task panels #281

Open mathieudutour opened 5 years ago

mathieudutour commented 5 years ago

In #274, we hide the lifecycle hooks (like postinstall, pretest, etc.) from the tasks list. So now there is no way to know if there are some.

It would be interesting to show the presence of lifecycle in the task panel (and maybe allow to run them separately). We could also show an icon in the task list item.