aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev/client.sh
blob: c630de2c4362e392cd4ed58255be871520c8faf0 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

set -eu

NODE_ENV=test npm run concurrently -- -k \
  "npm run watch:client" \
  "npm run build:server && NODE_ENV=test npm start"