Pass arguments to npm scripts

InstructorElijah Manor

Share this video with your friends

Send Tweet

Often times you’ll have variations that you’ll want to make to your npm scripts and repeating yourself is inefficient and verbose. Instead you can create a base script and pass arguments into it from another script.