mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Remove irrelevant build steps
This commit is contained in:
parent
62b1dd77a6
commit
3eeeb9c6af
1 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ matrix-react-sdk/scripts/fetchdep.sh matrix-org matrix-js-sdk
|
|||
pushd matrix-js-sdk
|
||||
yarn link
|
||||
yarn install
|
||||
#yarn build
|
||||
popd
|
||||
|
||||
# Now set up the react-sdk
|
||||
|
@ -20,7 +19,6 @@ pushd matrix-react-sdk
|
|||
yarn link matrix-js-sdk
|
||||
yarn link
|
||||
yarn install
|
||||
#yarn build
|
||||
popd
|
||||
|
||||
# Finally, set up riot-web
|
||||
|
|
Loading…
Reference in a new issue