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

8 lines
200 B
Bash
Raw Normal View History

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