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:
parent
4a7591e1a8
commit
fe3a55b071
8 changed files with 211 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue