mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-10-30 11:52:24 +03:00
7 lines
160 B
Bash
Executable File
7 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm run build:server || exit -1
|
|
npm run travis -- lint || exit -1
|
|
|
|
mocha --exit --require ts-node/register/type-check --bail server/tests/index.ts
|