Merge pull request #16192 from vector-im/jryans/docker-build-develop

Fix develop Docker builds
This commit is contained in:
J. Ryan Stinnett 2021-01-18 12:10:23 +00:00 committed by GitHub
commit 4c574d63db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"