mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
Types from dependencies are now built explicitly
This commit is contained in:
parent
3d3490c6d7
commit
19cfe44b16
1 changed files with 2 additions and 0 deletions
|
@ -14,12 +14,14 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk
|
||||||
pushd matrix-js-sdk
|
pushd matrix-js-sdk
|
||||||
yarn link
|
yarn link
|
||||||
yarn install
|
yarn install
|
||||||
|
yarn build:types
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Now set up the react-sdk
|
# Now set up the react-sdk
|
||||||
yarn link matrix-js-sdk
|
yarn link matrix-js-sdk
|
||||||
yarn link
|
yarn link
|
||||||
yarn install
|
yarn install
|
||||||
|
yarn build:types
|
||||||
|
|
||||||
# Finally, set up element-web
|
# Finally, set up element-web
|
||||||
scripts/fetchdep.sh vector-im element-web
|
scripts/fetchdep.sh vector-im element-web
|
||||||
|
|
Loading…
Reference in a new issue