]> 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 93dbd82001fdefb396d115e15043311a07ef1bdd..3b294b386b56d9d04bf150d569410cd373e72d39 100755 (executable)
@@ -1,8 +1,15 @@
-#!/usr/bin/env sh
+#!/bin/sh
 
-cd client || exit -1
-npm test
+set -eu
 
-cd .. || exit -1
-standard
-mocha server/tests
+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
+
+npm run ci -- lint