Create a bash script to replace a complex npm script

InstructorElijah Manor

Share this video with your friends

Send Tweet

In this lesson we will look at pulling out complex npm scripts into their own external bash scripts. This ends up simplifying your package.json file and abstracts the complexity into another file.