From 8c98921842dd669980ba5dd0137446126cf57fd0 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 18 Jan 2021 12:01:58 +0000 Subject: [PATCH] Fix develop Docker builds An extra step is needed for develop Docker builds after recent build process changes. This was regressed by https://github.com/vector-im/element-web/pull/15999. Fixes https://github.com/vector-im/element-web/issues/16119 --- scripts/docker-link-repos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker-link-repos.sh b/scripts/docker-link-repos.sh index cf824d87ad..54c89bacae 100644 --- a/scripts/docker-link-repos.sh +++ b/scripts/docker-link-repos.sh @@ -32,6 +32,7 @@ cd react-sdk yarn link yarn link matrix-js-sdk yarn --network-timeout=100000 install +yarn reskindex cd ../ echo "Setting up element-web with react-sdk and js-sdk packages"