Run npm scripts in series

InstructorElijah Manor

Share this video with your friends

Send Tweet

After creating several npm script it becomes useful to run multiple scripts back-to-back in series. This is a nice feature because you can enforce that one script needs to complete before starting another one.