Run a set of similar npm scripts with a wildcard

InstructorElijah Manor

Share this video with your friends

Send Tweet

In this lesson we will run a set of scripts that are grouped together with a wildcard using the npm-run-all node package. Using this technique can help you simplify and organize your scripts.