Simplify build process
* We don't need to check out the js-sdk separately anymore * Remove the vite proxying: there's no need since Matrix HSes allow cross origin requests. This will let us move the default homeserver config to the config file (in a separate PR...) * Remove the product name variable which just set it to the default anyway
This commit is contained in:
parent
7c26bdbda3
commit
850d6a40cc
2 changed files with 0 additions and 17 deletions
|
|
@ -2,19 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
export VITE_DEFAULT_HOMESERVER=https://call.ems.host
|
||||
export VITE_PRODUCT_NAME="Element Call"
|
||||
|
||||
git clone https://github.com/matrix-org/matrix-js-sdk.git
|
||||
cd matrix-js-sdk
|
||||
yarn install
|
||||
yarn run build
|
||||
yarn link
|
||||
|
||||
cd ../element-call
|
||||
|
||||
export VITE_APP_VERSION=$(git describe --tags --abbrev=0)
|
||||
|
||||
yarn link matrix-js-sdk
|
||||
yarn install
|
||||
yarn run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue