Concurrent running of scripts during deploys
Options include:
- Simple bash script, if you don’t want to add any more dependencies
- Use the Concurrently NPM Package.
- Use Kent Dobbs nps with nps-utils. Or use
nps
with option 2,concurrently
.
I’d highly suggest using nps
regardless. It’s great for organizing lots of package.json
scripts.
Here’s that simple bash script: