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
8 lines
107 B
Bash
Executable file
8 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
export VITE_APP_VERSION=$(git describe --tags --abbrev=0)
|
|
|
|
yarn install
|
|
yarn run build
|