index.sh 115 B

1234567
  1. #!/bin/sh
  2. set -eu
  3. NODE_ENV=test npm run concurrently -- -k \
  4. "npm run watch:client" \
  5. "npm run watch:server"