I'm executing the following command on mac
./node_modules/.bin/webpack --watch & nodemon dist/server.js
I tried killing the processes using Ctrl+C however i still notice that node processes are running (when i do a ps). Is there anyway to kill the processes correctly i this case?