]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/dev/index.sh
Resume video on peertube link click in embed
[github/Chocobozzz/PeerTube.git] / scripts / dev / index.sh
CommitLineData
0e4ffb4b
LA
1#!/bin/sh
2
3set -eu
93e1258c
C
4
5NODE_ENV=test concurrently -k \
6 "npm run watch:client" \
7 "npm run watch:server"