Open scop opened 1 month ago
Would good to have parallel: true work with priorities.
parallel: true
Faster runs containing priorities (~ dependencies).
For example:
foo: parallel: true commands: cmd-a: priority: 1 cmd-b: priority: 2 cmd-c: priority: 3 cmd-d: # no priority set cmd-e: priority: 1 cmd-f: priority: 3
...and lefthook run foo would result in the commands to be run in parallel within groups determined by priority.
lefthook run foo
So the order of execution would go in sequence
:zap: Summary
Would good to have
parallel: true
work with priorities.Value
Faster runs containing priorities (~ dependencies).
Behavior and configuration changes
For example:
...and
lefthook run foo
would result in the commands to be run in parallel within groups determined by priority.So the order of execution would go in sequence