diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-18 14:12:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-18 14:12:32 +0200 |
commit | 273d57023becd32c2728ace16341e99f242ff387 (patch) | |
tree | f691c79e9fdcc641a52f9fe279d2427b20159076 /scripts/ci.sh | |
parent | a4a8ccdfb601af3d32d891cfe72095595e5d0ef3 (diff) | |
download | PeerTube-273d57023becd32c2728ace16341e99f242ff387.tar.gz PeerTube-273d57023becd32c2728ace16341e99f242ff387.tar.zst PeerTube-273d57023becd32c2728ace16341e99f242ff387.zip |
Update translations
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 |