]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/watch/server.sh
Client E2E tests first step
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -eu
4
5NODE_ENV=test concurrently -k \
6 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
7 "npm run tsc -- --sourceMap --preserveWatchOutput -w"