PeerTube/scripts/test.sh

14 lines
197 B
Bash
Raw Normal View History

2018-03-27 10:35:12 +02:00
#!/bin/sh
2018-03-27 10:35:12 +02:00
set -eu
2021-06-17 10:43:34 +02:00
npm run ci -- client
npm run ci -- cli-plugin
2020-11-10 15:02:25 +01:00
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
2021-09-02 08:57:59 +02:00
npm run ci -- lint