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





                                                                                                        
#!/bin/bash

set -eu

NODE_ENV=test npm run concurrently -- -k \
  "cd client && npm run webpack -- --config webpack/webpack.video-embed.js --mode development --watch" \
  "npm run build:server && NODE_ENV=test npm start"