You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think flightplan is cool, but it seems that no direct way to run multiple tasks that have dependency between them.
For example, I have a "build" task and "deploy" task, the "deploy" task must be run after the "build" task. If I can define dependencies between tasks just like Grunt/Gulp/Shipit, this issue will be resolved elegantly.
Hi,
I think flightplan is cool, but it seems that no direct way to run multiple tasks that have dependency between them.
For example, I have a "build" task and "deploy" task, the "deploy" task must be run after the "build" task. If I can define dependencies between tasks just like Grunt/Gulp/Shipit, this issue will be resolved elegantly.
I found https://github.com/orchestrator/orchestrator is a great library to do this thing and it has already used by Gulp/Shipit, should be reliable enough.
The text was updated successfully, but these errors were encountered: