aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci.sh
diff options
context:
space:
mode:
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