mirror of https://github.com/vector-im/riot-web
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/16119pull/16192/head
parent
2040ea2b82
commit
8c98921842
|
@ -32,6 +32,7 @@ cd react-sdk
|
||||||
yarn link
|
yarn link
|
||||||
yarn link matrix-js-sdk
|
yarn link matrix-js-sdk
|
||||||
yarn --network-timeout=100000 install
|
yarn --network-timeout=100000 install
|
||||||
|
yarn reskindex
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
echo "Setting up element-web with react-sdk and js-sdk packages"
|
echo "Setting up element-web with react-sdk and js-sdk packages"
|
||||||
|
|
Loading…
Reference in New Issue