Merge pull request #738 from vector-im/dbkr/change_branch

Don't check out group-call branch in build script
This commit is contained in:
David Baker 2022-11-07 18:14:40 +00:00 committed by GitHub
commit c91dfdfe9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@ export VITE_PRODUCT_NAME="Element Call"
git clone https://github.com/matrix-org/matrix-js-sdk.git
cd matrix-js-sdk
git checkout robertlong/group-call
yarn install
yarn run build
yarn link