guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
143 stars 7 forks source link

How to specify deps that need to run sequentially? #109

Closed zachsa closed 2 years ago

zachsa commented 2 years ago

Hi,

Given a task with an array of deps: ["dep1", "dep2", etc]. Is there a way to specify these tasks to be run sequentially?

guybedford commented 2 years ago

Add this to the task - serial = true

On Tue, Mar 29, 2022 at 09:24 Zach Smith @.***> wrote:

Hi,

Given a task with an array of deps: ["dep1", "dep2", etc]. Is there a way to specify these tasks to be run sequentially?

— Reply to this email directly, view it on GitHub https://github.com/guybedford/chomp/issues/109, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAESFSS4Y3UDKXLU2LDPFQTVCKVZZANCNFSM5R5OWE7Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>