Taking the following scripts section from a package.json:
package.json
\"scripts\":{ \"sass:watch\": \"npm run sass -- -w ./src/public/stylesheets -r --s
Take a look at Grunt Concurrent
This task is also useful if you need to run multiple blocking tasks like nodemon and watch at once.