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
2018-02-16 18:42:02 +01:00

6 lines
160 B
Bash
Executable file

#!/bin/bash
npm run build:server || exit -1
npm run travis -- lint || exit -1
mocha --exit --require ts-node/register/type-check --bail server/tests/index.ts