1
0
Fork 0
peertube/scripts/test.sh

17 lines
228 B
Bash
Raw Normal View History

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