]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/test.sh
Move to promises
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
1 #!/bin/bash
2
3 npm run build:server
4
5 cd client || exit -1
6 npm test || exit -1
7
8 cd .. || exit -1
9 npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1
10 mocha --bail server/tests