Adding scripts to your package.json
file is an efficiency necessity, but what makes these scripts even more effective is the ability to pass arguments to them while still using the abbreviated npm run {command}
format. To do it, simply append --
after the npm script and then add your arguments as you would if you were running the script with node:
npm run start -- --foo=3