From a104042bac9bdca8d03993b03d23fff1b6e2492a Mon Sep 17 00:00:00 2001 From: lutangar Date: Tue, 11 Jun 2024 15:18:42 +0200 Subject: [PATCH] chore(transcription): run preinstall scripts before running ci --- scripts/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci.sh b/scripts/ci.sh index c5722d88f63e..8d483b42c836 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -147,6 +147,7 @@ elif [ "$1" = "lint" ]; then ( cd client && npm run lint ) elif [ "$1" = "transcription" ]; then + npm run preinstall --workspace=@peertube/peertube-transcription --workspace=@peertube/peertube-jiwer npm run build:server npm run build:tests