1
0
Fork 0
peertube/scripts/test.sh

9 lines
145 B
Bash
Raw Normal View History

2018-03-27 08:35:12 +00:00
#!/bin/sh
2018-03-27 08:35:12 +00:00
set -eu
npm run build:server
npm run travis -- lint
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