aboutsummaryrefslogblamecommitdiffhomepage
path: root/scripts/dev/index.sh
blob: 218d02b8c6a58f432c0f0b013e110bdae1079182 (plain) (tree)
1
2
3
4
5
6
7
           

       
 
                                          

                                            
#!/bin/bash

set -eu

NODE_ENV=test npm run concurrently -- -k \
  "sh scripts/dev/client.sh --skip-server" \
  "sh scripts/dev/server.sh"