X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Ftest.sh;h=4d1d8720a68f5866ba9896ee9f973381dba2e57b;hb=406dbaf411d5a81586c3b522fb42a8e601076327;hp=01b259fe248ef92985c97e329bff09c86521c24e;hpb=cf21b2cbef61929177b9c09b5e017c3b7eb8535d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/test.sh b/scripts/test.sh index 01b259fe2..4d1d8720a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,11 +2,7 @@ set -eu -npm run build:server -npm run setup:cli - -npm run ci -- lint - +npm run ci -- types npm run ci -- client npm run ci -- cli-plugin npm run ci -- api-1 @@ -14,3 +10,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