Is there a way for pm2 to run an npm start script or do you just have to run pm2 start app.js
pm2 start app.js
So in development
npm start
To use npm run
npm run
pm2 start npm --name "{app_name}" -- run {script_name}