From e262dd2bb5a5c6513c7b1339bc06bd944a47a39b Mon Sep 17 00:00:00 2001 From: streamer45 Date: Thu, 15 Aug 2024 12:21:53 +0200 Subject: [PATCH] Update --- build/test/prepare-plugin.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/test/prepare-plugin.sh b/build/test/prepare-plugin.sh index 8e355db..290e9ee 100755 --- a/build/test/prepare-plugin.sh +++ b/build/test/prepare-plugin.sh @@ -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