Taking the following scripts section from a package.json:
package.json
\"scripts\":{ \"sass:watch\": \"npm run sass -- -w ./src/public/stylesheets -r --s
Use parallelshell.
Here's how I'm doing it.
With live-server it'll look like:
"serve": "live-server", "start": "parallelshell \"npm run scss && npm run scss -- -w\" \"npm run serve\""