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
pull/16192/head
J. Ryan Stinnett 2021-01-18 12:01:58 +00:00
parent 2040ea2b82
commit 8c98921842
1 changed files with 1 additions and 0 deletions

View File

@ -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"