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:
parent
e6f627975b
commit
cc1561f9f7
13 changed files with 102 additions and 115 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue