1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add video comments RSS

This commit is contained in:
Chocobozzz 2018-06-08 20:34:37 +02:00
parent 4a7591e1a8
commit fe3a55b071
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 211 additions and 103 deletions

View file

@ -9,7 +9,8 @@ fi
if [ "$1" = "misc" ]; then
npm run build
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \
server/tests/feeds/feeds.ts
elif [ "$1" = "api" ]; then
npm run build:server
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts