1
0
Fork 0
peertube/scripts/test.sh

17 lines
228 B
Bash
Raw Normal View History

2018-03-27 08:35:12 +00:00
#!/bin/sh
2018-03-27 08:35:12 +00:00
set -eu
npm run build:server
2019-05-31 12:02:26 +00:00
npm run setup:cli
2019-07-29 09:59:29 +00:00
npm run ci -- lint
2017-10-31 16:33:23 +00:00
2020-11-10 14:02:25 +00:00
npm run ci -- misc
npm run ci -- cli
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