1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-12 13:07:17 +01:00

8 lines
146 B
Bash
Raw Normal View History

2020-08-18 12:17:03 +02:00
VERSION=$(jq -r ".version" package.json)
PACKAGE=hydrogen-web-$VERSION.tar.gz
yarn build
pushd target
tar -czvf ../$PACKAGE ./
popd
echo $PACKAGE