What is npm-run-all?
"A CLI tool to run multiple npm-scripts in parallel or sequential."
npm-run-all is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 90.4 KB on disk.
Installation Guide
# Install via NPM
npm install npm-run-all
# Install via Yarn
yarn add npm-run-all