nx/docs/generated/devkit/runTasksInSerial.md

589 B

Function: runTasksInSerial

runTasksInSerial(...tasks): GeneratorCallback

Run tasks in serial

Parameters

Name Type Description
...tasks GeneratorCallback[] The tasks to run in serial.

Returns

GeneratorCallback