mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Remove husky
This commit is contained in:
parent
f0ad471007
commit
a3705089fa
8 changed files with 603 additions and 721 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue