1 2 3 4 5
#!/usr/bin/env sh NODE_ENV=test concurrently \ "npm run build:client:prod" \ "npm run build:server:prod"