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

Improve e2e workflow and add doc

This commit is contained in:
Chocobozzz 2021-09-02 08:57:59 +02:00
parent 6527eb0ccf
commit 12d6b873cd
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 106 additions and 37 deletions

View file

@ -2,11 +2,6 @@
set -eu
npm run build:server
npm run setup:cli
npm run ci -- lint
npm run ci -- client
npm run ci -- cli-plugin
npm run ci -- api-1
@ -14,3 +9,5 @@ npm run ci -- api-2
npm run ci -- api-3
npm run ci -- api-4
npm run ci -- external-plugins
npm run ci -- lint