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

NODE_ENV=test concurrently \
  "npm run watch:client" \
  "npm start"