]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/test.sh
Update client dependencies
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
CommitLineData
6fcd19ba 1#!/bin/bash
93534495 2
ba0f8806
C
3npm run build:server
4
93534495 5cd client || exit -1
165c8d25 6npm test || exit -1
93534495
C
7
8cd .. || exit -1
6fcd19ba 9npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1
743cb5e5 10mocha --bail server/tests