aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev/index.sh
blob: 7fc1560aba26ef87bd10a74435d041e29a17268e (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 watch:server"