]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/test.sh
Improve responsive on medium destkop screens
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
index 6c6312d5268009446417f9ac3c3d97184bcbdd26..3b294b386b56d9d04bf150d569410cd373e72d39 100755 (executable)
@@ -1,10 +1,15 @@
-#!/bin/bash
+#!/bin/sh
 
-npm run build:server
+set -eu
 
-cd client || exit -1
-npm test || exit -1
+npm run ci -- types
+npm run ci -- client
+npm run ci -- cli-plugin
+npm run ci -- api-1
+npm run ci -- api-2
+npm run ci -- api-3
+npm run ci -- api-4
+npm run ci -- api-5
+npm run ci -- external-plugins
 
-cd .. || exit -1
-npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1
-mocha --bail server/tests
+npm run ci -- lint