]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/test.sh
Fix shared imports
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
index 32034531ddfae3257757f5c8ac2dddbebeaff21c..2dc79c6ceba3a9ac64fda224ca554548aa74173f 100755 (executable)
@@ -2,15 +2,12 @@
 
 set -eu
 
-npm run build:server
-npm run setup:cli
-
-npm run ci -- lint
-
-npm run ci -- misc
-npm run ci -- cli
+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 -- external-plugins
+
+npm run ci -- lint