aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-21 14:28:28 +0100
committerChocobozzz <me@florianbigard.com>2020-01-21 14:28:28 +0100
commita3705089fa57eeaaf7f38a2ebccc81eff069dcb5 (patch)
tree78dfedefcac030370450eee0284e6246da566908 /scripts/ci.sh
parentf0ad47100748ba5f660b597787422b1b302e64c0 (diff)
downloadPeerTube-a3705089fa57eeaaf7f38a2ebccc81eff069dcb5.tar.gz
PeerTube-a3705089fa57eeaaf7f38a2ebccc81eff069dcb5.tar.zst
PeerTube-a3705089fa57eeaaf7f38a2ebccc81eff069dcb5.zip
Remove husky
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-xscripts/ci.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh
index c023ddf98..270a2b5bc 100755
--- a/scripts/ci.sh
+++ b/scripts/ci.sh
@@ -34,6 +34,7 @@ elif [ "$1" = "api-4" ]; then
34 sh ./server/tests/api/ci-4.sh 2 34 sh ./server/tests/api/ci-4.sh 2
35elif [ "$1" = "lint" ]; then 35elif [ "$1" = "lint" ]; then
36 npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" "shared/**/*.ts" 36 npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" "shared/**/*.ts"
37 npm run swagger-cli -- validate support/doc/api/openapi.yaml
37 38
38 ( cd client 39 ( cd client
39 npm run lint 40 npm run lint