1
0
Fork 0
peertube/scripts/watch/server.sh

8 lines
200 B
Bash
Raw Normal View History

2018-03-27 08:35:12 +00:00
#!/bin/sh
set -eu
2017-06-11 09:29:03 +00:00
NODE_ENV=test concurrently -k \
2017-06-11 09:29:03 +00:00
"npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
2018-04-17 08:35:08 +00:00
"npm run tsc -- --sourceMap --preserveWatchOutput -w"