Add ability to embed a video in Twitter
[oweals/peertube.git] / scripts / dev / index.sh
1 #!/bin/sh
2
3 set -eu
4
5 NODE_ENV=test concurrently -k \
6   "npm run watch:client" \
7   "npm run watch:server"