mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Use typescript standard and lint all files
This commit is contained in:
@@ -4,5 +4,5 @@ cd client || exit -1
|
||||
npm test || exit -1
|
||||
|
||||
cd .. || exit -1
|
||||
standard || exit -1
|
||||
npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts server/**/*.ts || exit -1
|
||||
mocha server/tests
|
||||
|
||||
Reference in New Issue
Block a user