1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Remove husky

This commit is contained in:
Chocobozzz 2020-01-21 14:28:28 +01:00
parent f0ad471007
commit a3705089fa
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 603 additions and 721 deletions

View file

@ -34,6 +34,7 @@ elif [ "$1" = "api-4" ]; then
sh ./server/tests/api/ci-4.sh 2
elif [ "$1" = "lint" ]; then
npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" "shared/**/*.ts"
npm run swagger-cli -- validate support/doc/api/openapi.yaml
( cd client
npm run lint