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