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

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