1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-04-30 16:24:49 +03:00

Types from dependencies are now built explicitly

This commit is contained in:
J. Ryan Stinnett 2020-12-17 15:46:32 +00:00
parent 3d3490c6d7
commit 19cfe44b16

View File

@ -14,12 +14,14 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk
pushd matrix-js-sdk
yarn link
yarn install
yarn build:types
popd
# Now set up the react-sdk
yarn link matrix-js-sdk
yarn link
yarn install
yarn build:types
# Finally, set up element-web
scripts/fetchdep.sh vector-im element-web