1
0
Fork 0
peertube/scripts/test.sh
2021-06-17 10:43:34 +02:00

16 lines
237 B
Bash
Executable file

#!/bin/sh
set -eu
npm run build:server
npm run setup:cli
npm run ci -- lint
npm run ci -- client
npm run ci -- cli-plugin
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