1
0
Fork 0
peertube/scripts/test.sh

7 lines
160 B
Bash
Raw Normal View History

#!/bin/bash
2017-10-31 16:23:57 +00:00
npm run build:server || exit -1
npm run travis -- lint || exit -1
2017-10-31 16:33:23 +00:00
2018-02-16 17:42:02 +00:00
mocha --exit --require ts-node/register/type-check --bail server/tests/index.ts