diff options
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-x | scripts/ci.sh | 1 |
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 |
35 | elif [ "$1" = "lint" ]; then | 35 | elif [ "$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 |