diff options
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-x | scripts/ci.sh | 4 |
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 | ) | ||
150 | fi | 148 | fi |