aboutsummaryrefslogblamecommitdiffhomepage
path: root/scripts/dev.sh
blob: 3f5b83f12956002d5845c96e512521947735176d (plain) (tree)
1
2
3
4
5

                 
                               

                          
#!/usr/bin/env sh

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