aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev/index.sh
blob: 938bf60567758458df5931a8c430e55c559baa0d (plain) (blame)
1
2
3
4
5
#!/usr/bin/env sh

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