In my package.json I have these two scripts:
package.json
\"scripts\": { \"start-watch\": \"nodemon run-babel index.js\", \"wp-server\": \"webpack-
A better solution is to use &
&
"dev": "npm run start-watch & npm run wp-server"