]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/test.sh
Fix play script
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
CommitLineData
93534495
C
1#!/usr/bin/env sh
2
3cd client || exit -1
165c8d25 4npm test || exit -1
93534495
C
5
6cd .. || exit -1
df98563e 7npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts server/**/*.ts || exit -1
743cb5e5 8mocha --bail server/tests