From a3705089fa57eeaaf7f38a2ebccc81eff069dcb5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 Jan 2020 14:28:28 +0100 Subject: Remove husky --- scripts/ci.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 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 -- cgit v1.2.3