aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-xscripts/ci.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh
index 64968cf94..0046fe41a 100755
--- a/scripts/ci.sh
+++ b/scripts/ci.sh
@@ -144,7 +144,5 @@ elif [ "$1" = "lint" ]; then
144 144
145 npm run swagger-cli -- validate support/doc/api/openapi.yaml 145 npm run swagger-cli -- validate support/doc/api/openapi.yaml
146 146
147 ( cd client 147 ( cd client && npm run lint )
148 npm run lint
149 )
150fi 148fi