mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
10 lines
123 B
Bash
Executable File
10 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
export VITE_APP_VERSION=$(git describe --tags --abbrev=0)
|
|
|
|
corepack enable
|
|
yarn install
|
|
yarn run build
|