1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Simplify client syndications

This commit is contained in:
Chocobozzz 2018-04-17 10:35:08 +02:00
parent e6f627975b
commit cc1561f9f7
No known key found for this signature in database
GPG key ID: 583A612D890159BE
13 changed files with 102 additions and 115 deletions

View file

@ -4,4 +4,4 @@ set -eu
NODE_ENV=test concurrently -k \
"npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
"npm run tsc -- --sourceMap -w"
"npm run tsc -- --sourceMap --preserveWatchOutput -w"