1
0
Fork 0
peertube/scripts/test.sh

9 lines
145 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
npm run travis -- lint
2017-10-31 12:33:23 -04:00
2018-02-16 12:42:02 -05:00
mocha --exit --require ts-node/register/type-check --bail server/tests/index.ts