Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Aug 15, 2024
1 parent 53384d6 commit e262dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/test/prepare-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ git fetch --tags && \
cd standalone && npm ci && cd .. && \
cd webapp && npm ci && cd .. && \
ls -lsa && \
echo 'replace github.com/mattermost/rtcd => ../rtcd' >> go.mod && \ # We need to make sure we compile the plugin with the rtcd changes.
echo "replace github.com/mattermost/rtcd => ../rtcd" >> go.mod && \
cat go.mod && \
go mod tidy && \
make dist MM_SERVICESETTINGS_ENABLEDEVELOPER=true

Expand Down

0 comments on commit e262dd2

Please sign in to comment.