Using npm scripts as your build tool
December 6, 2019
Elijah Manor explains how to use npm scripts to handle your various build needs, covering running scripts in series or parallel, using lifecycle hooks, passing arguments, piping data, using environment variables, running scripts on file change or when Git hooks are triggered, and organizing our scripts in external filesas well as how to modify your scripts to run across Mac, Linux, and Windows.