mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Cloned deps no longer need so much building
This commit is contained in:
parent
799a14ebc6
commit
48884c711b
1 changed files with 1 additions and 2 deletions
|
@ -77,7 +77,6 @@ dodep matrix-org matrix-js-sdk
|
|||
pushd matrix-js-sdk
|
||||
yarn link
|
||||
yarn install
|
||||
yarn build
|
||||
popd
|
||||
|
||||
yarn link matrix-js-sdk
|
||||
|
@ -92,7 +91,7 @@ pushd matrix-react-sdk
|
|||
yarn link
|
||||
yarn link matrix-js-sdk
|
||||
yarn install
|
||||
yarn build
|
||||
yarn reskindex
|
||||
popd
|
||||
|
||||
yarn link matrix-react-sdk
|
||||
|
|
Loading…
Reference in a new issue