From e5afd888eeec60088909138735e150007e7688a7 Mon Sep 17 00:00:00 2001 From: JulianKropp <62835694+JulianKropp@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:26:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20=F0=9F=90=9B=20Fix=20build=20pro?= =?UTF-8?q?cess=20for=20changeset-grpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 0d3e9d5..3f09e1f 100644 --- a/makefile +++ b/makefile @@ -24,6 +24,10 @@ endif build: @if [ ! "$$(ls -A transcription-service)" ]; then \ git submodule update --init --recursive; \ + cd changeset-grpc/etherpad-lite; \ + src/bin/installDeps.sh; \ + cd ..; \ + npm install; \ fi @if [ ! "$$(ls -A changeset-grpc)" ]; then \ git submodule update --init --recursive; \