1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00
Peertube/scripts/test.sh
2020-11-10 15:04:08 +01:00

16 lines
228 B
Bash
Executable file

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