index.sh 103 B

12345
  1. #!/usr/bin/env sh
  2. NODE_ENV=test concurrently -k \
  3. "npm run watch:client" \
  4. "npm run watch:server"