]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/watch/server.sh
Clean shell scripts (#398)
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
CommitLineData
0e4ffb4b
LA
1#!/bin/sh
2
3set -eu
66dd264f 4
4771e000 5NODE_ENV=test concurrently -k \
66dd264f
C
6 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
7 "npm run tsc -- --sourceMap -w"