By default, the functions are called in parallel (via Promise.all). If you need the functions called serially, you can use the serialHooks utility function.
Promise.all
serialHooks
By default, the functions are called in parallel (via
Promise.all). If you need the functions called serially, you can use theserialHooksutility function.