element-call-Github/scripts/dockerbuild.sh
David Baker 850d6a40cc 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
2022-12-19 18:43:42 +00:00

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