1 2 3 4 5 6 7
#!/bin/sh set -eu npm run concurrently -- -k \ "npm run build:client" \ "npm run build:server"