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

set -eu

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