PeerTube/scripts/test.sh

17 lines
237 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
npm run build:server
2019-05-31 14:02:26 +02:00
npm run setup:cli
2019-07-29 11:59:29 +02:00
npm run ci -- lint
2017-10-31 17:33:23 +01:00
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