Skip to content

Commit

Permalink
💩 🐛 Fix build process for changeset-grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKropp committed Dec 10, 2024
1 parent 1edf4bf commit e5afd88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit e5afd88

Please sign in to comment.