Skip to content

Commit

Permalink
chore(transcription): run preinstall scripts before running ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Jun 11, 2024
1 parent db9fd82 commit a104042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a104042

Please sign in to comment.