]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/watch/server.sh
Fix overflow on embed for firefox
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
... / ...
CommitLineData
1#!/usr/bin/env sh
2
3NODE_ENV=test concurrently -k \
4 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
5 "npm run tsc -- --sourceMap -w"