]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/test.sh
refactor(types): create dedicated folder for types package src
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -eu
4
5npm run ci -- client
6npm run ci -- cli-plugin
7npm run ci -- api-1
8npm run ci -- api-2
9npm run ci -- api-3
10npm run ci -- api-4
11npm run ci -- external-plugins
12
13npm run ci -- lint