mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
850d6a40cc
* 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
9 lines
107 B
Bash
Executable File
9 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
export VITE_APP_VERSION=$(git describe --tags --abbrev=0)
|
|
|
|
yarn install
|
|
yarn run build
|