]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/test.sh
Translated using Weblate (Toki Pona (tok))
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
index 8961ddd7e5f7b528269ea9a6cce91d8899247abc..3b294b386b56d9d04bf150d569410cd373e72d39 100755 (executable)
@@ -2,9 +2,14 @@
 
 set -eu
 
-npm run build:server
-npm run setup:cli
+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
-
-mocha --exit --require ts-node/register/type-check --require tsconfig-paths/register --bail server/tests/index.ts