]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/watch/server.sh
Fix error logging
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
CommitLineData
66dd264f
C
1#!/usr/bin/env sh
2
4771e000 3NODE_ENV=test concurrently -k \
66dd264f
C
4 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
5 "npm run tsc -- --sourceMap -w"